Html Css Color HEX #763902 Raw Umber

📋 copy color: '#763902'

red 118 ◦ green 57 ◦ blue 2

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

Shades of Raw Umber #763902

Tints of Raw Umber #763902

RGB

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

 GREEN value IS 57 (22.66% from 255) = 32.2%

 BLUE value IS 2 (1.17% from 255) = 1.13%

R = 66.67%
G = 32.2%
B = 1.13%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#763902 (or 0x763902) is known color: Raw Umber. HEX triplet: 76, 39 and 02. RGB value is (118,57,2). Sum of RGB (Red+Green+Blue) = 118+57+2=177 (23% of max value = 765). Red value is 118 (46.48% from 255 or 66.67% from 177); Green value is 57 (22.66% from 255 or 32.20% from 177); Blue value is 2 (1.17% from 255 or 1.13% from 177); Max value from RGB is 118 - color contains mainly: red. Hex color #763902 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763902 is #89C6FD. Grayscale: #454545. Windows color (decimal): -9029374 or 145782. OLE color: 145782.

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

Color convert

RGB 118 57 2 -
CMYK 0 0.52 0.98 0.54
HSL 28.45º 0.97% 0.24% -
HSV(B) 28.45º 0.98% 0.46% -
XYZ 8.95 6.78 0.9 -
YUV 68.97 90.21 162.97 -
System Red Green Blue C M Y K H S L
Decimal 118 57 2 0 0.52 0.98 0.54 28.45 0.97 0.24
Hex 76 39 2 0 34 62 36 1C 61 18
Octal 166 71 2 0 64 142 66 34 141 30
Binary 1110110 111001 10 0 110100 1100010 110110 11100 1100001 11000

Color Harmonies of #763902

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763902

Black with #763902

Text Example


Text Example

White with #763902

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763902; }

 p { color: rgb(118,57,2); }

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

background-color css

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

 a { background-color: rgb(118,57,2); }

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

border-color css

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

 span { border-color: rgb(118,57,2); }

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