Html Css Color HEX #763402 Raw Umber

📋 copy color: '#763402'

red 118 ◦ green 52 ◦ blue 2

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

Shades of Raw Umber #763402

Tints of Raw Umber #763402

RGB

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

 GREEN value IS 52 (20.7% from 255) = 30.23%

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

R = 68.6%
G = 30.23%
B = 1.16%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#763402 (or 0x763402) is known color: Raw Umber. HEX triplet: 76, 34 and 02. RGB value is (118,52,2). Sum of RGB (Red+Green+Blue) = 118+52+2=172 (22% of max value = 765). Red value is 118 (46.48% from 255 or 68.60% from 172); Green value is 52 (20.70% from 255 or 30.23% from 172); Blue value is 2 (1.17% from 255 or 1.16% from 172); Max value from RGB is 118 - color contains mainly: red. Hex color #763402 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763402 is #89CBFD. Grayscale: #424242. Windows color (decimal): -9030654 or 144502. OLE color: 144502.

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

Color convert

RGB 118 52 2 -
CMYK 0 0.56 0.98 0.54
HSL 25.86º 0.97% 0.24% -
HSV(B) 25.86º 0.98% 0.46% -
XYZ 8.71 6.31 0.82 -
YUV 66.03 91.87 165.07 -
System Red Green Blue C M Y K H S L
Decimal 118 52 2 0 0.56 0.98 0.54 25.86 0.97 0.24
Hex 76 34 2 0 38 62 36 1A 61 18
Octal 166 64 2 0 70 142 66 32 141 30
Binary 1110110 110100 10 0 111000 1100010 110110 11010 1100001 11000

Color Harmonies of #763402

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763402

Black with #763402

Text Example


Text Example

White with #763402

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763402; }

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

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

background-color css

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

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

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

border-color css

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

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

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