Html Css Color HEX #765505 Raw Umber

📋 copy color: '#765505'

red 118 ◦ green 85 ◦ blue 5

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

Shades of Raw Umber #765505

Tints of Raw Umber #765505

RGB

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

 GREEN value IS 85 (33.59% from 255) = 40.87%

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

R = 56.73%
G = 40.87%
B = 2.4%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.96

 K value IS 0.54

RGB Variations

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

Color information

#765505 (or 0x765505) is known color: Raw Umber. HEX triplet: 76, 55 and 05. RGB value is (118,85,5). Sum of RGB (Red+Green+Blue) = 118+85+5=208 (27% of max value = 765). Red value is 118 (46.48% from 255 or 56.73% from 208); Green value is 85 (33.59% from 255 or 40.87% from 208); Blue value is 5 (2.34% from 255 or 2.40% from 208); Max value from RGB is 118 - color contains mainly: red. Hex color #765505 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765505 is #89AAFA. Grayscale: #565656. Windows color (decimal): -9022203 or 349558. OLE color: 349558.

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

Color convert

RGB 118 85 5 -
CMYK 0 0.28 0.96 0.54
HSL 42.48º 0.92% 0.24% -
HSV(B) 42.48º 0.96% 0.46% -
XYZ 10.75 10.36 1.58 -
YUV 85.75 82.43 151 -
System Red Green Blue C M Y K H S L
Decimal 118 85 5 0 0.28 0.96 0.54 42.48 0.92 0.24
Hex 76 55 5 0 1C 60 36 2A 5C 18
Octal 166 125 5 0 34 140 66 52 134 30
Binary 1110110 1010101 101 0 11100 1100000 110110 101010 1011100 11000

Color Harmonies of #765505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765505

Black with #765505

Text Example


Text Example

White with #765505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765505; }

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

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

background-color css

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

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

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

border-color css

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

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

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