Html Css Color HEX #764005 Raw Umber

📋 copy color: '#764005'

red 118 ◦ green 64 ◦ blue 5

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

Shades of Raw Umber #764005

Tints of Raw Umber #764005

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 2.67%

R = 63.1%
G = 34.22%
B = 2.67%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#764005 (or 0x764005) is known color: Raw Umber. HEX triplet: 76, 40 and 05. RGB value is (118,64,5). Sum of RGB (Red+Green+Blue) = 118+64+5=187 (24% of max value = 765). Red value is 118 (46.48% from 255 or 63.10% from 187); Green value is 64 (25.39% from 255 or 34.22% from 187); Blue value is 5 (2.34% from 255 or 2.67% from 187); Max value from RGB is 118 - color contains mainly: red. Hex color #764005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #764005 is #89BFFA. Grayscale: #494949. Windows color (decimal): -9027579 or 344182. OLE color: 344182.

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

Color convert

RGB 118 64 5 -
CMYK 0 0.46 0.96 0.54
HSL 31.33º 0.92% 0.24% -
HSV(B) 31.33º 0.96% 0.46% -
XYZ 9.33 7.53 1.11 -
YUV 73.42 89.39 159.8 -
System Red Green Blue C M Y K H S L
Decimal 118 64 5 0 0.46 0.96 0.54 31.33 0.92 0.24
Hex 76 40 5 0 2E 60 36 1F 5C 18
Octal 166 100 5 0 56 140 66 37 134 30
Binary 1110110 1000000 101 0 101110 1100000 110110 11111 1011100 11000

Color Harmonies of #764005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #764005

Black with #764005

Text Example


Text Example

White with #764005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #764005; }

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

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

background-color css

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

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

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

border-color css

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

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

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