Html Css Color HEX #77540A Raw Umber

📋 copy color: '#77540A'

red 119 ◦ green 84 ◦ blue 10

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

Shades of Raw Umber #77540A

Tints of Raw Umber #77540A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.69%

R = 55.87%
G = 39.44%
B = 4.69%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.92

 K value IS 0.53

RGB Variations

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

Color information

#77540A (or 0x77540A) is known color: Raw Umber. HEX triplet: 77, 54 and 0A. RGB value is (119,84,10). Sum of RGB (Red+Green+Blue) = 119+84+10=213 (28% of max value = 765). Red value is 119 (46.88% from 255 or 55.87% from 213); Green value is 84 (33.20% from 255 or 39.44% from 213); Blue value is 10 (4.30% from 255 or 4.69% from 213); Max value from RGB is 119 - color contains mainly: red. Hex color #77540A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #77540A is #88ABF5. Grayscale: #565656. Windows color (decimal): -8956918 or 676983. OLE color: 676983.

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

Color convert

RGB 119 84 10 -
CMYK 0 0.29 0.92 0.53
HSL 40.73º 0.84% 0.25% -
HSV(B) 40.73º 0.92% 0.47% -
XYZ 10.83 10.28 1.7 -
YUV 86.03 85.1 151.52 -
System Red Green Blue C M Y K H S L
Decimal 119 84 10 0 0.29 0.92 0.53 40.73 0.84 0.25
Hex 77 54 A 0 1D 5C 35 29 54 19
Octal 167 124 12 0 35 134 65 51 124 31
Binary 1110111 1010100 1010 0 11101 1011100 110101 101001 1010100 11001

Color Harmonies of #77540A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #77540A

Black with #77540A

Text Example


Text Example

White with #77540A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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