Html Css Color HEX #763C02 Raw Umber

📋 copy color: '#763C02'

red 118 ◦ green 60 ◦ blue 2

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

Shades of Raw Umber #763C02

Tints of Raw Umber #763C02

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.33%

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

R = 65.56%
G = 33.33%
B = 1.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#763C02 (or 0x763C02) is known color: Raw Umber. HEX triplet: 76, 3C and 02. RGB value is (118,60,2). Sum of RGB (Red+Green+Blue) = 118+60+2=180 (23% of max value = 765). Red value is 118 (46.48% from 255 or 65.56% from 180); Green value is 60 (23.83% from 255 or 33.33% from 180); Blue value is 2 (1.17% from 255 or 1.11% from 180); Max value from RGB is 118 - color contains mainly: red. Hex color #763C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763C02 is #89C3FD. Grayscale: #474747. Windows color (decimal): -9028606 or 146550. OLE color: 146550.

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

Color convert

RGB 118 60 2 -
CMYK 0 0.49 0.98 0.54
HSL 30º 0.97% 0.24% -
HSV(B) 30º 0.98% 0.46% -
XYZ 9.1 7.09 0.95 -
YUV 70.73 89.22 161.72 -
System Red Green Blue C M Y K H S L
Decimal 118 60 2 0 0.49 0.98 0.54 30 0.97 0.24
Hex 76 3C 2 0 31 62 36 1E 61 18
Octal 166 74 2 0 61 142 66 36 141 30
Binary 1110110 111100 10 0 110001 1100010 110110 11110 1100001 11000

Color Harmonies of #763C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763C02

Black with #763C02

Text Example


Text Example

White with #763C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763C02; }

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

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

background-color css

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

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

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

border-color css

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

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

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