Html Css Color HEX #764707 Raw Umber

📋 copy color: '#764707'

red 118 ◦ green 71 ◦ blue 7

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

Shades of Raw Umber #764707

Tints of Raw Umber #764707

RGB

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

 GREEN value IS 71 (28.13% from 255) = 36.22%

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

R = 60.2%
G = 36.22%
B = 3.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.94

 K value IS 0.54

RGB Variations

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

Color information

#764707 (or 0x764707) is known color: Raw Umber. HEX triplet: 76, 47 and 07. RGB value is (118,71,7). Sum of RGB (Red+Green+Blue) = 118+71+7=196 (25% of max value = 765). Red value is 118 (46.48% from 255 or 60.20% from 196); Green value is 71 (28.12% from 255 or 36.22% from 196); Blue value is 7 (3.12% from 255 or 3.57% from 196); Max value from RGB is 118 - color contains mainly: red. Hex color #764707 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764707 is #89B8F8. Grayscale: #4E4E4E. Windows color (decimal): -9025785 or 477046. OLE color: 477046.

HSL color Cylindrical-coordinate representation of color #764707: hue angle of 34.59º 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 #764707 is Cyan = 0, Magento = 0.40, Yellow = 0.94 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 71 7 -
CMYK 0 0.40 0.94 0.54
HSL 34.59º 0.89% 0.25% -
HSV(B) 34.59º 0.94% 0.46% -
XYZ 9.76 8.37 1.3 -
YUV 77.76 88.07 156.7 -
System Red Green Blue C M Y K H S L
Decimal 118 71 7 0 0.40 0.94 0.54 34.59 0.89 0.25
Hex 76 47 7 0 28 5E 36 23 59 19
Octal 166 107 7 0 50 136 66 43 131 31
Binary 1110110 1000111 111 0 101000 1011110 110110 100011 1011001 11001

Color Harmonies of #764707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764707

Black with #764707

Text Example


Text Example

White with #764707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764707; }

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

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

background-color css

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

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

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

border-color css

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

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

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