Html Css Color HEX #763702 Raw Umber

📋 copy color: '#763702'

red 118 ◦ green 55 ◦ blue 2

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

Shades of Raw Umber #763702

Tints of Raw Umber #763702

RGB

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

 GREEN value IS 55 (21.88% from 255) = 31.43%

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

R = 67.43%
G = 31.43%
B = 1.14%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#763702 (or 0x763702) is known color: Raw Umber. HEX triplet: 76, 37 and 02. RGB value is (118,55,2). Sum of RGB (Red+Green+Blue) = 118+55+2=175 (23% of max value = 765). Red value is 118 (46.48% from 255 or 67.43% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 2 (1.17% from 255 or 1.14% from 175); Max value from RGB is 118 - color contains mainly: red. Hex color #763702 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #763702 is #89C8FD. Grayscale: #444444. Windows color (decimal): -9029886 or 145270. OLE color: 145270.

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

Color convert

RGB 118 55 2 -
CMYK 0 0.53 0.98 0.54
HSL 27.41º 0.97% 0.24% -
HSV(B) 27.41º 0.98% 0.46% -
XYZ 8.85 6.59 0.86 -
YUV 67.8 90.87 163.81 -
System Red Green Blue C M Y K H S L
Decimal 118 55 2 0 0.53 0.98 0.54 27.41 0.97 0.24
Hex 76 37 2 0 35 62 36 1B 61 18
Octal 166 67 2 0 65 142 66 33 141 30
Binary 1110110 110111 10 0 110101 1100010 110110 11011 1100001 11000

Color Harmonies of #763702

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #763702

Black with #763702

Text Example


Text Example

White with #763702

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #763702; }

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

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

background-color css

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

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

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

border-color css

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

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

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