Html Css Color HEX #77540B Raw Umber

📋 copy color: '#77540B'

red 119 ◦ green 84 ◦ blue 11

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

Shades of Raw Umber #77540B

Tints of Raw Umber #77540B

RGB

 RED value IS 119 (46.88% from 255) = 55.61%

 GREEN value IS 84 (33.2% from 255) = 39.25%

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

R = 55.61%
G = 39.25%
B = 5.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#77540B (or 0x77540B) is known color: Raw Umber. HEX triplet: 77, 54 and 0B. RGB value is (119,84,11). Sum of RGB (Red+Green+Blue) = 119+84+11=214 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.61% from 214); Green value is 84 (33.20% from 255 or 39.25% from 214); Blue value is 11 (4.69% from 255 or 5.14% from 214); Max value from RGB is 119 - color contains mainly: red. Hex color #77540B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77540B is #88ABF4. Grayscale: #565656. Windows color (decimal): -8956917 or 742519. OLE color: 742519.

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

Color convert

RGB 119 84 11 -
CMYK 0 0.29 0.91 0.53
HSL 40.56º 0.83% 0.25% -
HSV(B) 40.56º 0.91% 0.47% -
XYZ 10.84 10.29 1.73 -
YUV 86.14 85.6 151.44 -
System Red Green Blue C M Y K H S L
Decimal 119 84 11 0 0.29 0.91 0.53 40.56 0.83 0.25
Hex 77 54 B 0 1D 5B 35 29 53 19
Octal 167 124 13 0 35 133 65 51 123 31
Binary 1110111 1010100 1011 0 11101 1011011 110101 101001 1010011 11001

Color Harmonies of #77540B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77540B

Black with #77540B

Text Example


Text Example

White with #77540B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,84,11); }

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

background-color css

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

 a { background-color: rgb(119,84,11); }

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

border-color css

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

 span { border-color: rgb(119,84,11); }

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