Html Css Color HEX #764400 Raw Umber

📋 copy color: '#764400'

red 118 ◦ green 68 ◦ blue 0

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

Shades of Raw Umber #764400

Tints of Raw Umber #764400

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.56%

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

R = 63.44%
G = 36.56%
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

#764400 (or 0x764400) is known color: Raw Umber. HEX triplet: 76, 44 and 00. RGB value is (118,68,0). Sum of RGB (Red+Green+Blue) = 118+68+0=186 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.44% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 0 (0.39% from 255 or 0% from 186); Max value from RGB is 118 - color contains mainly: red. Hex color #764400 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764400 is #89BBFF. Grayscale: #4B4B4B. Windows color (decimal): -9026560 or 17526. OLE color: 17526.

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

Color convert

RGB 118 68 0 -
CMYK 0 0.42 1 0.54
HSL 34.58º 1% 0.23% -
HSV(B) 34.58º 1% 0.46% -
XYZ 9.54 7.99 1.04 -
YUV 75.2 85.57 158.53 -
System Red Green Blue C M Y K H S L
Decimal 118 68 0 0 0.42 1 0.54 34.58 1 0.23
Hex 76 44 0 0 2A 64 36 23 64 17
Octal 166 104 0 0 52 144 66 43 144 27
Binary 1110110 1000100 0 0 101010 1100100 110110 100011 1100100 10111

Color Harmonies of #764400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764400

Black with #764400

Text Example


Text Example

White with #764400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764400; }

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

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

background-color css

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

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

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

border-color css

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

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

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