Html Css Color HEX #764D0A Raw Umber

📋 copy color: '#764D0A'

red 118 ◦ green 77 ◦ blue 10

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

Shades of Raw Umber #764D0A

Tints of Raw Umber #764D0A

RGB

 RED value IS 118 (46.48% from 255) = 57.56%

 GREEN value IS 77 (30.47% from 255) = 37.56%

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

R = 57.56%
G = 37.56%
B = 4.88%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.92

 K value IS 0.54

RGB Variations

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

Color information

#764D0A (or 0x764D0A) is known color: Raw Umber. HEX triplet: 76, 4D and 0A. RGB value is (118,77,10). Sum of RGB (Red+Green+Blue) = 118+77+10=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 77 (30.47% from 255 or 37.56% from 205); Blue value is 10 (4.30% from 255 or 4.88% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #764D0A is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #764D0A is #89B2F5. Grayscale: #515151. Windows color (decimal): -9024246 or 675190. OLE color: 675190.

HSL color Cylindrical-coordinate representation of color #764D0A: hue angle of 37.22º degrees, saturation: 0.84, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #764D0A is Cyan = 0, Magento = 0.35, Yellow = 0.92 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 77 10 -
CMYK 0 0.35 0.92 0.54
HSL 37.22º 0.84% 0.25% -
HSV(B) 37.22º 0.92% 0.46% -
XYZ 10.18 9.18 1.52 -
YUV 81.62 87.58 153.95 -
System Red Green Blue C M Y K H S L
Decimal 118 77 10 0 0.35 0.92 0.54 37.22 0.84 0.25
Hex 76 4D A 0 23 5C 36 25 54 19
Octal 166 115 12 0 43 134 66 45 124 31
Binary 1110110 1001101 1010 0 100011 1011100 110110 100101 1010100 11001

Color Harmonies of #764D0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764D0A

Black with #764D0A

Text Example


Text Example

White with #764D0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764D0A; }

 p { color: rgb(118,77,10); }

 H1.HeaderClassName
 {
   color: #764D0A;
 }
 .AnyTagClassName
 {
   color: #764D0A;
 }
</style>

background-color css

<style>
 a { background-color: #764D0A; }

 a { background-color: rgb(118,77,10); }

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

border-color css

<style>
 span { border-color: #764D0A; }

 span { border-color: rgb(118,77,10); }

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