Html Css Color HEX #77500D Raw Umber

📋 copy color: '#77500D'

red 119 ◦ green 80 ◦ blue 13

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

Shades of Raw Umber #77500D

Tints of Raw Umber #77500D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.13%

R = 56.13%
G = 37.74%
B = 6.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77500D (or 0x77500D) is known color: Raw Umber. HEX triplet: 77, 50 and 0D. RGB value is (119,80,13). Sum of RGB (Red+Green+Blue) = 119+80+13=212 (28% of max value = 765). Red value is 119 (46.88% from 255 or 56.13% from 212); Green value is 80 (31.64% from 255 or 37.74% from 212); Blue value is 13 (5.47% from 255 or 6.13% from 212); Max value from RGB is 119 - color contains mainly: red. Hex color #77500D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77500D is #88AFF2. Grayscale: #545454. Windows color (decimal): -8957939 or 872567. OLE color: 872567.

HSL color Cylindrical-coordinate representation of color #77500D: hue angle of 37.92º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #77500D is Cyan = 0, Magento = 0.33, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 80 13 -
CMYK 0 0.33 0.89 0.53
HSL 37.92º 0.8% 0.26% -
HSV(B) 37.92º 0.89% 0.47% -
XYZ 10.55 9.69 1.69 -
YUV 84.02 87.92 152.95 -
System Red Green Blue C M Y K H S L
Decimal 119 80 13 0 0.33 0.89 0.53 37.92 0.8 0.26
Hex 77 50 D 0 21 59 35 26 50 1A
Octal 167 120 15 0 41 131 65 46 120 32
Binary 1110111 1010000 1101 0 100001 1011001 110101 100110 1010000 11010

Color Harmonies of #77500D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77500D

Black with #77500D

Text Example


Text Example

White with #77500D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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