Html Css Color HEX #765705 Raw Umber

📋 copy color: '#765705'

red 118 ◦ green 87 ◦ blue 5

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

Shades of Raw Umber #765705

Tints of Raw Umber #765705

RGB

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

 GREEN value IS 87 (34.38% from 255) = 41.43%

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

R = 56.19%
G = 41.43%
B = 2.38%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#765705 (or 0x765705) is known color: Raw Umber. HEX triplet: 76, 57 and 05. RGB value is (118,87,5). Sum of RGB (Red+Green+Blue) = 118+87+5=210 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.19% from 210); Green value is 87 (34.38% from 255 or 41.43% from 210); Blue value is 5 (2.34% from 255 or 2.38% from 210); Max value from RGB is 118 - color contains mainly: red. Hex color #765705 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765705 is #89A8FA. Grayscale: #575757. Windows color (decimal): -9021691 or 350070. OLE color: 350070.

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

Color convert

RGB 118 87 5 -
CMYK 0 0.26 0.96 0.54
HSL 43.54º 0.92% 0.24% -
HSV(B) 43.54º 0.96% 0.46% -
XYZ 10.91 10.68 1.63 -
YUV 86.92 81.77 150.17 -
System Red Green Blue C M Y K H S L
Decimal 118 87 5 0 0.26 0.96 0.54 43.54 0.92 0.24
Hex 76 57 5 0 1A 60 36 2C 5C 18
Octal 166 127 5 0 32 140 66 54 134 30
Binary 1110110 1010111 101 0 11010 1100000 110110 101100 1011100 11000

Color Harmonies of #765705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765705

Black with #765705

Text Example


Text Example

White with #765705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765705; }

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

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

background-color css

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

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

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

border-color css

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

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

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