Html Css Color HEX #764A0D Raw Umber

📋 copy color: '#764A0D'

red 118 ◦ green 74 ◦ blue 13

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

Shades of Raw Umber #764A0D

Tints of Raw Umber #764A0D

RGB

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

 GREEN value IS 74 (29.3% from 255) = 36.1%

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

R = 57.56%
G = 36.1%
B = 6.34%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.89

 K value IS 0.54

RGB Variations

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

Color information

#764A0D (or 0x764A0D) is known color: Raw Umber. HEX triplet: 76, 4A and 0D. RGB value is (118,74,13). Sum of RGB (Red+Green+Blue) = 118+74+13=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 74 (29.30% from 255 or 36.10% from 205); Blue value is 13 (5.47% from 255 or 6.34% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #764A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764A0D is #89B5F2. Grayscale: #505050. Windows color (decimal): -9025011 or 871030. OLE color: 871030.

HSL color Cylindrical-coordinate representation of color #764A0D: hue angle of 34.86º degrees, saturation: 0.8, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #764A0D is Cyan = 0, Magento = 0.37, Yellow = 0.89 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 74 13 -
CMYK 0 0.37 0.89 0.54
HSL 34.86º 0.8% 0.26% -
HSV(B) 34.86º 0.89% 0.46% -
XYZ 9.99 8.78 1.55 -
YUV 80.2 90.08 154.96 -
System Red Green Blue C M Y K H S L
Decimal 118 74 13 0 0.37 0.89 0.54 34.86 0.8 0.26
Hex 76 4A D 0 25 59 36 23 50 1A
Octal 166 112 15 0 45 131 66 43 120 32
Binary 1110110 1001010 1101 0 100101 1011001 110110 100011 1010000 11010

Color Harmonies of #764A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764A0D

Black with #764A0D

Text Example


Text Example

White with #764A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,74,13); }

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

background-color css

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

 a { background-color: rgb(118,74,13); }

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

border-color css

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

 span { border-color: rgb(118,74,13); }

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