Html Css Color HEX #764700 Raw Umber

📋 copy color: '#764700'

red 118 ◦ green 71 ◦ blue 0

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

Shades of Raw Umber #764700

Tints of Raw Umber #764700

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 62.43%
G = 37.57%
B = 0%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#764700 (or 0x764700) is known color: Raw Umber. HEX triplet: 76, 47 and 00. RGB value is (118,71,0). Sum of RGB (Red+Green+Blue) = 118+71+0=189 (25% of max value = 765). Red value is 118 (46.48% from 255 or 62.43% from 189); Green value is 71 (28.12% from 255 or 37.57% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 118 - color contains mainly: red. Hex color #764700 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764700 is #89B8FF. Grayscale: #4D4D4D. Windows color (decimal): -9025792 or 18294. OLE color: 18294.

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

Color convert

RGB 118 71 0 -
CMYK 0 0.40 1 0.54
HSL 36.1º 1% 0.23% -
HSV(B) 36.1º 1% 0.46% -
XYZ 9.72 8.36 1.1 -
YUV 76.96 84.57 157.27 -
System Red Green Blue C M Y K H S L
Decimal 118 71 0 0 0.40 1 0.54 36.1 1 0.23
Hex 76 47 0 0 28 64 36 24 64 17
Octal 166 107 0 0 50 144 66 44 144 27
Binary 1110110 1000111 0 0 101000 1100100 110110 100100 1100100 10111

Color Harmonies of #764700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764700

Black with #764700

Text Example


Text Example

White with #764700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764700; }

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

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

background-color css

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

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

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

border-color css

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

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

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