Html Css Color HEX #765200 Raw Umber

📋 copy color: '#765200'

red 118 ◦ green 82 ◦ blue 0

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

Shades of Raw Umber #765200

Tints of Raw Umber #765200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 59%
G = 41%
B = 0%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#765200 (or 0x765200) is known color: Raw Umber. HEX triplet: 76, 52 and 00. RGB value is (118,82,0). Sum of RGB (Red+Green+Blue) = 118+82+0=200 (26% of max value = 765). Red value is 118 (46.48% from 255 or 59% from 200); Green value is 82 (32.42% from 255 or 41% from 200); Blue value is 0 (0.39% from 255 or 0% from 200); Max value from RGB is 118 - color contains mainly: red. Hex color #765200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #765200 is #89ADFF. Grayscale: #535353. Windows color (decimal): -9022976 or 21110. OLE color: 21110.

HSL color Cylindrical-coordinate representation of color #765200: hue angle of 41.69º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #765200 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 82 0 -
CMYK 0 0.31 1 0.54
HSL 41.69º 1% 0.23% -
HSV(B) 41.69º 1% 0.46% -
XYZ 10.49 9.89 1.36 -
YUV 83.42 80.93 152.67 -
System Red Green Blue C M Y K H S L
Decimal 118 82 0 0 0.31 1 0.54 41.69 1 0.23
Hex 76 52 0 0 1F 64 36 2A 64 17
Octal 166 122 0 0 37 144 66 52 144 27
Binary 1110110 1010010 0 0 11111 1100100 110110 101010 1100100 10111

Color Harmonies of #765200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765200

Black with #765200

Text Example


Text Example

White with #765200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765200; }

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

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

background-color css

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

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

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

border-color css

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

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

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