Html Css Color HEX #77540D Raw Umber

📋 copy color: '#77540D'

red 119 ◦ green 84 ◦ blue 13

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

Shades of Raw Umber #77540D

Tints of Raw Umber #77540D

RGB

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

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

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

R = 55.09%
G = 38.89%
B = 6.02%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.89

 K value IS 0.53

RGB Variations

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

Color information

#77540D (or 0x77540D) is known color: Raw Umber. HEX triplet: 77, 54 and 0D. RGB value is (119,84,13). Sum of RGB (Red+Green+Blue) = 119+84+13=216 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.09% from 216); Green value is 84 (33.20% from 255 or 38.89% from 216); Blue value is 13 (5.47% from 255 or 6.02% from 216); Max value from RGB is 119 - color contains mainly: red. Hex color #77540D is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77540D is #88ABF2. Grayscale: #565656. Windows color (decimal): -8956915 or 873591. OLE color: 873591.

HSL color Cylindrical-coordinate representation of color #77540D: hue angle of 40.19º 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 #77540D is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 84 13 -
CMYK 0 0.29 0.89 0.53
HSL 40.19º 0.8% 0.26% -
HSV(B) 40.19º 0.89% 0.47% -
XYZ 10.85 10.29 1.8 -
YUV 86.37 86.6 151.27 -
System Red Green Blue C M Y K H S L
Decimal 119 84 13 0 0.29 0.89 0.53 40.19 0.8 0.26
Hex 77 54 D 0 1D 59 35 28 50 1A
Octal 167 124 15 0 35 131 65 50 120 32
Binary 1110111 1010100 1101 0 11101 1011001 110101 101000 1010000 11010

Color Harmonies of #77540D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77540D

Black with #77540D

Text Example


Text Example

White with #77540D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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