Html Css Color HEX #765511 Raw Umber

📋 copy color: '#765511'

red 118 ◦ green 85 ◦ blue 17

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

Shades of Raw Umber #765511

Tints of Raw Umber #765511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 7.73%

R = 53.64%
G = 38.64%
B = 7.73%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#765511 (or 0x765511) is known color: Raw Umber. HEX triplet: 76, 55 and 11. RGB value is (118,85,17). Sum of RGB (Red+Green+Blue) = 118+85+17=220 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.64% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 17 (7.03% from 255 or 7.73% from 220); Max value from RGB is 118 - color contains mainly: red. Hex color #765511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765511 is #89AAEE. Grayscale: #575757. Windows color (decimal): -9022191 or 1135990. OLE color: 1135990.

HSL color Cylindrical-coordinate representation of color #765511: hue angle of 40.4º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #765511 is Cyan = 0, Magento = 0.28, Yellow = 0.86 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 85 17 -
CMYK 0 0.28 0.86 0.54
HSL 40.4º 0.75% 0.26% -
HSV(B) 40.4º 0.86% 0.46% -
XYZ 10.82 10.39 1.97 -
YUV 87.12 88.43 150.03 -
System Red Green Blue C M Y K H S L
Decimal 118 85 17 0 0.28 0.86 0.54 40.4 0.75 0.26
Hex 76 55 11 0 1C 56 36 28 4B 1A
Octal 166 125 21 0 34 126 66 50 113 32
Binary 1110110 1010101 10001 0 11100 1010110 110110 101000 1001011 11010

Color Harmonies of #765511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765511

Black with #765511

Text Example


Text Example

White with #765511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765511; }

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

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

background-color css

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

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

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

border-color css

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

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

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