Html Css Color HEX #76440B Raw Umber

📋 copy color: '#76440B'

red 118 ◦ green 68 ◦ blue 11

#76440B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Raw Umber #76440B

Tints of Raw Umber #76440B

RGB

 RED value IS 118 (46.48% from 255) = 59.9%

 GREEN value IS 68 (26.95% from 255) = 34.52%

 BLUE value IS 11 (4.69% from 255) = 5.58%

R = 59.9%
G = 34.52%
B = 5.58%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.91

 K value IS 0.54

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#76440B (or 0x76440B) is known color: Raw Umber. HEX triplet: 76, 44 and 0B. RGB value is (118,68,11). Sum of RGB (Red+Green+Blue) = 118+68+11=197 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59.90% from 197); Green value is 68 (26.95% from 255 or 34.52% from 197); Blue value is 11 (4.69% from 255 or 5.58% from 197); Max value from RGB is 118 - color contains mainly: red. Hex color #76440B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #76440B is #89BBF4. Grayscale: #4C4C4C. Windows color (decimal): -9026549 or 738422. OLE color: 738422.

HSL color Cylindrical-coordinate representation of color #76440B: hue angle of 31.96º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #76440B is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 68 11 -
CMYK 0 0.42 0.91 0.54
HSL 31.96º 0.83% 0.25% -
HSV(B) 31.96º 0.91% 0.46% -
XYZ 9.6 8.01 1.36 -
YUV 76.45 91.07 157.63 -
System Red Green Blue C M Y K H S L
Decimal 118 68 11 0 0.42 0.91 0.54 31.96 0.83 0.25
Hex 76 44 B 0 2A 5B 36 20 53 19
Octal 166 104 13 0 52 133 66 40 123 31
Binary 1110110 1000100 1011 0 101010 1011011 110110 100000 1010011 11001

Color Harmonies of #76440B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76440B

Black with #76440B

Text Example


Text Example

White with #76440B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76440B; }

 p { color: rgb(118,68,11); }

 H1.HeaderClassName
 {
   color: #76440B;
 }
 .AnyTagClassName
 {
   color: #76440B;
 }
</style>

background-color css

<style>
 a { background-color: #76440B; }

 a { background-color: rgb(118,68,11); }

 div.DivClassName
 {
   background-color: #76440B;
 }
 .BgClassName
 {
   background-color: #76440B;
 }
</style>

border-color css

<style>
 span { border-color: #76440B; }

 span { border-color: rgb(118,68,11); }

 td.TdClassName
 {
   border-color: #76440B;
 }
 .TagClassName
 {
   border-color: #76440B;
 }
</style>