Html Css Color HEX #77500B Raw Umber

📋 copy color: '#77500B'

red 119 ◦ green 80 ◦ blue 11

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

Shades of Raw Umber #77500B

Tints of Raw Umber #77500B

RGB

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

 GREEN value IS 80 (31.64% from 255) = 38.1%

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

R = 56.67%
G = 38.1%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.91

 K value IS 0.53

RGB Variations

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

Color information

#77500B (or 0x77500B) is known color: Raw Umber. HEX triplet: 77, 50 and 0B. RGB value is (119,80,11). Sum of RGB (Red+Green+Blue) = 119+80+11=210 (27% of max value = 765). Red value is 119 (46.88% from 255 or 56.67% from 210); Green value is 80 (31.64% from 255 or 38.10% from 210); Blue value is 11 (4.69% from 255 or 5.24% from 210); Max value from RGB is 119 - color contains mainly: red. Hex color #77500B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77500B is #88AFF4. Grayscale: #545454. Windows color (decimal): -8957941 or 741495. OLE color: 741495.

HSL color Cylindrical-coordinate representation of color #77500B: hue angle of 38.33º 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 #77500B is Cyan = 0, Magento = 0.33, Yellow = 0.91 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 80 11 -
CMYK 0 0.33 0.91 0.53
HSL 38.33º 0.83% 0.25% -
HSV(B) 38.33º 0.91% 0.47% -
XYZ 10.54 9.68 1.63 -
YUV 83.8 86.92 153.11 -
System Red Green Blue C M Y K H S L
Decimal 119 80 11 0 0.33 0.91 0.53 38.33 0.83 0.25
Hex 77 50 B 0 21 5B 35 26 53 19
Octal 167 120 13 0 41 133 65 46 123 31
Binary 1110111 1010000 1011 0 100001 1011011 110101 100110 1010011 11001

Color Harmonies of #77500B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77500B

Black with #77500B

Text Example


Text Example

White with #77500B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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