Html Css Color HEX #764000 Raw Umber

📋 copy color: '#764000'

red 118 ◦ green 64 ◦ blue 0

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

Shades of Raw Umber #764000

Tints of Raw Umber #764000

RGB

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

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

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

R = 64.84%
G = 35.16%
B = 0%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#764000 (or 0x764000) is known color: Raw Umber. HEX triplet: 76, 40 and 00. RGB value is (118,64,0). Sum of RGB (Red+Green+Blue) = 118+64+0=182 (24% of max value = 765). Red value is 118 (46.48% from 255 or 64.84% from 182); Green value is 64 (25.39% from 255 or 35.16% from 182); Blue value is 0 (0.39% from 255 or 0% from 182); Max value from RGB is 118 - color contains mainly: red. Hex color #764000 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764000 is #89BFFF. Grayscale: #494949. Windows color (decimal): -9027584 or 16502. OLE color: 16502.

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

Color convert

RGB 118 64 0 -
CMYK 0 0.46 1 0.54
HSL 32.54º 1% 0.23% -
HSV(B) 32.54º 1% 0.46% -
XYZ 9.3 7.52 0.96 -
YUV 72.85 86.89 160.2 -
System Red Green Blue C M Y K H S L
Decimal 118 64 0 0 0.46 1 0.54 32.54 1 0.23
Hex 76 40 0 0 2E 64 36 21 64 17
Octal 166 100 0 0 56 144 66 41 144 27
Binary 1110110 1000000 0 0 101110 1100100 110110 100001 1100100 10111

Color Harmonies of #764000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764000

Black with #764000

Text Example


Text Example

White with #764000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764000; }

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

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

background-color css

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

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

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

border-color css

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

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

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