Html Css Color HEX #765203 Raw Umber

📋 copy color: '#765203'

red 118 ◦ green 82 ◦ blue 3

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

Shades of Raw Umber #765203

Tints of Raw Umber #765203

RGB

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

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

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

R = 58.13%
G = 40.39%
B = 1.48%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.97

 K value IS 0.54

RGB Variations

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

Color information

#765203 (or 0x765203) is known color: Raw Umber. HEX triplet: 76, 52 and 03. RGB value is (118,82,3). Sum of RGB (Red+Green+Blue) = 118+82+3=203 (26% of max value = 765). Red value is 118 (46.48% from 255 or 58.13% from 203); Green value is 82 (32.42% from 255 or 40.39% from 203); Blue value is 3 (1.56% from 255 or 1.48% from 203); Max value from RGB is 118 - color contains mainly: red. Hex color #765203 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765203 is #89ADFC. Grayscale: #545454. Windows color (decimal): -9022973 or 217718. OLE color: 217718.

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

Color convert

RGB 118 82 3 -
CMYK 0 0.31 0.97 0.54
HSL 41.22º 0.95% 0.24% -
HSV(B) 41.22º 0.97% 0.46% -
XYZ 10.5 9.89 1.44 -
YUV 83.76 82.43 152.42 -
System Red Green Blue C M Y K H S L
Decimal 118 82 3 0 0.31 0.97 0.54 41.22 0.95 0.24
Hex 76 52 3 0 1F 61 36 29 5F 18
Octal 166 122 3 0 37 141 66 51 137 30
Binary 1110110 1010010 11 0 11111 1100001 110110 101001 1011111 11000

Color Harmonies of #765203

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765203

Black with #765203

Text Example


Text Example

White with #765203

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765203; }

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

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

background-color css

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

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

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

border-color css

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

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

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