Html Css Color HEX #765205 Raw Umber

📋 copy color: '#765205'

red 118 ◦ green 82 ◦ blue 5

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

Shades of Raw Umber #765205

Tints of Raw Umber #765205

RGB

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

 GREEN value IS 82 (32.42% from 255) = 40%

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

R = 57.56%
G = 40%
B = 2.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#765205 (or 0x765205) is known color: Raw Umber. HEX triplet: 76, 52 and 05. RGB value is (118,82,5). Sum of RGB (Red+Green+Blue) = 118+82+5=205 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.56% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 5 (2.34% from 255 or 2.44% from 205); Max value from RGB is 118 - color contains mainly: red. Hex color #765205 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765205 is #89ADFA. Grayscale: #545454. Windows color (decimal): -9022971 or 348790. OLE color: 348790.

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

Color convert

RGB 118 82 5 -
CMYK 0 0.31 0.96 0.54
HSL 40.88º 0.92% 0.24% -
HSV(B) 40.88º 0.96% 0.46% -
XYZ 10.52 9.9 1.5 -
YUV 83.99 83.43 152.26 -
System Red Green Blue C M Y K H S L
Decimal 118 82 5 0 0.31 0.96 0.54 40.88 0.92 0.24
Hex 76 52 5 0 1F 60 36 29 5C 18
Octal 166 122 5 0 37 140 66 51 134 30
Binary 1110110 1010010 101 0 11111 1100000 110110 101001 1011100 11000

Color Harmonies of #765205

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765205

Black with #765205

Text Example


Text Example

White with #765205

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765205; }

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

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

background-color css

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

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

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

border-color css

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

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

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