Html Css Color HEX #763602 Raw Umber

📋 copy color: '#763602'

red 118 ◦ green 54 ◦ blue 2

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

Shades of Raw Umber #763602

Tints of Raw Umber #763602

RGB

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

 GREEN value IS 54 (21.48% from 255) = 31.03%

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

R = 67.82%
G = 31.03%
B = 1.15%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#763602 (or 0x763602) is known color: Raw Umber. HEX triplet: 76, 36 and 02. RGB value is (118,54,2). Sum of RGB (Red+Green+Blue) = 118+54+2=174 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.82% from 174); Green value is 54 (21.48% from 255 or 31.03% from 174); Blue value is 2 (1.17% from 255 or 1.15% from 174); Max value from RGB is 118 - color contains mainly: red. Hex color #763602 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763602 is #89C9FD. Grayscale: #434343. Windows color (decimal): -9030142 or 145014. OLE color: 145014.

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

Color convert

RGB 118 54 2 -
CMYK 0 0.54 0.98 0.54
HSL 26.9º 0.97% 0.24% -
HSV(B) 26.9º 0.98% 0.46% -
XYZ 8.8 6.49 0.85 -
YUV 67.21 91.2 164.23 -
System Red Green Blue C M Y K H S L
Decimal 118 54 2 0 0.54 0.98 0.54 26.9 0.97 0.24
Hex 76 36 2 0 36 62 36 1B 61 18
Octal 166 66 2 0 66 142 66 33 141 30
Binary 1110110 110110 10 0 110110 1100010 110110 11011 1100001 11000

Color Harmonies of #763602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763602

Black with #763602

Text Example


Text Example

White with #763602

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763602; }

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

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

background-color css

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

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

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

border-color css

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

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

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