Html Css Color HEX #764007 Raw Umber

📋 copy color: '#764007'

red 118 ◦ green 64 ◦ blue 7

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

Shades of Raw Umber #764007

Tints of Raw Umber #764007

RGB

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

 GREEN value IS 64 (25.39% from 255) = 33.86%

 BLUE value IS 7 (3.13% from 255) = 3.7%

R = 62.43%
G = 33.86%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#764007 (or 0x764007) is known color: Raw Umber. HEX triplet: 76, 40 and 07. RGB value is (118,64,7). Sum of RGB (Red+Green+Blue) = 118+64+7=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 64 (25.39% from 255 or 33.86% from 189); Blue value is 7 (3.12% from 255 or 3.70% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #764007 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764007 is #89BFF8. Grayscale: #494949. Windows color (decimal): -9027577 or 475254. OLE color: 475254.

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

Color convert

RGB 118 64 7 -
CMYK 0 0.46 0.94 0.54
HSL 30.81º 0.89% 0.25% -
HSV(B) 30.81º 0.94% 0.46% -
XYZ 9.34 7.53 1.16 -
YUV 73.65 90.39 159.63 -
System Red Green Blue C M Y K H S L
Decimal 118 64 7 0 0.46 0.94 0.54 30.81 0.89 0.25
Hex 76 40 7 0 2E 5E 36 1F 59 19
Octal 166 100 7 0 56 136 66 37 131 31
Binary 1110110 1000000 111 0 101110 1011110 110110 11111 1011001 11001

Color Harmonies of #764007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764007

Black with #764007

Text Example


Text Example

White with #764007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764007; }

 p { color: rgb(118,64,7); }

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

background-color css

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

 a { background-color: rgb(118,64,7); }

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

border-color css

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

 span { border-color: rgb(118,64,7); }

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