Html Css Color HEX #765503 Raw Umber

📋 copy color: '#765503'

red 118 ◦ green 85 ◦ blue 3

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

Shades of Raw Umber #765503

Tints of Raw Umber #765503

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 1.46%

R = 57.28%
G = 41.26%
B = 1.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#765503 (or 0x765503) is known color: Raw Umber. HEX triplet: 76, 55 and 03. RGB value is (118,85,3). Sum of RGB (Red+Green+Blue) = 118+85+3=206 (27% of max value = 765). Red value is 118 (46.48% from 255 or 57.28% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 3 (1.56% from 255 or 1.46% from 206); Max value from RGB is 118 - color contains mainly: red. Hex color #765503 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765503 is #89AAFC. Grayscale: #555555. Windows color (decimal): -9022205 or 218486. OLE color: 218486.

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

Color convert

RGB 118 85 3 -
CMYK 0 0.28 0.97 0.54
HSL 42.78º 0.95% 0.24% -
HSV(B) 42.78º 0.97% 0.46% -
XYZ 10.74 10.36 1.52 -
YUV 85.52 81.43 151.17 -
System Red Green Blue C M Y K H S L
Decimal 118 85 3 0 0.28 0.97 0.54 42.78 0.95 0.24
Hex 76 55 3 0 1C 61 36 2B 5F 18
Octal 166 125 3 0 34 141 66 53 137 30
Binary 1110110 1010101 11 0 11100 1100001 110110 101011 1011111 11000

Color Harmonies of #765503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765503

Black with #765503

Text Example


Text Example

White with #765503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765503; }

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

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

background-color css

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

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

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

border-color css

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

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

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