Html Css Color HEX #764500 Raw Umber

📋 copy color: '#764500'

red 118 ◦ green 69 ◦ blue 0

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

Shades of Raw Umber #764500

Tints of Raw Umber #764500

RGB

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

 GREEN value IS 69 (27.34% from 255) = 36.9%

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

R = 63.1%
G = 36.9%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#764500 (or 0x764500) is known color: Raw Umber. HEX triplet: 76, 45 and 00. RGB value is (118,69,0). Sum of RGB (Red+Green+Blue) = 118+69+0=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 69 (27.34% from 255 or 36.90% from 187); Blue value is 0 (0.39% from 255 or 0% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #764500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764500 is #89BAFF. Grayscale: #4C4C4C. Windows color (decimal): -9026304 or 17782. OLE color: 17782.

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

Color convert

RGB 118 69 0 -
CMYK 0 0.42 1 0.54
HSL 35.08º 1% 0.23% -
HSV(B) 35.08º 1% 0.46% -
XYZ 9.6 8.11 1.06 -
YUV 75.79 85.23 158.11 -
System Red Green Blue C M Y K H S L
Decimal 118 69 0 0 0.42 1 0.54 35.08 1 0.23
Hex 76 45 0 0 2A 64 36 23 64 17
Octal 166 105 0 0 52 144 66 43 144 27
Binary 1110110 1000101 0 0 101010 1100100 110110 100011 1100100 10111

Color Harmonies of #764500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764500

Black with #764500

Text Example


Text Example

White with #764500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764500; }

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

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

background-color css

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

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

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

border-color css

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

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

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