Html Css Color HEX #766102 Raw Umber

📋 copy color: '#766102'

red 118 ◦ green 97 ◦ blue 2

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

Shades of Raw Umber #766102

Tints of Raw Umber #766102

RGB

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

 GREEN value IS 97 (38.28% from 255) = 44.7%

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

R = 54.38%
G = 44.7%
B = 0.92%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.98

 K value IS 0.54

RGB Variations

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

Color information

#766102 (or 0x766102) is known color: Raw Umber. HEX triplet: 76, 61 and 02. RGB value is (118,97,2). Sum of RGB (Red+Green+Blue) = 118+97+2=217 (28% of max value = 765). Red value is 118 (46.48% from 255 or 54.38% from 217); Green value is 97 (38.28% from 255 or 44.70% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 118 - color contains mainly: red. Hex color #766102 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #766102 is #899EFD. Grayscale: #5C5C5C. Windows color (decimal): -9019134 or 156022. OLE color: 156022.

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

Color convert

RGB 118 97 2 -
CMYK 0 0.18 0.98 0.54
HSL 49.14º 0.97% 0.24% -
HSV(B) 49.14º 0.98% 0.46% -
XYZ 11.76 12.41 1.83 -
YUV 92.45 76.96 146.22 -
System Red Green Blue C M Y K H S L
Decimal 118 97 2 0 0.18 0.98 0.54 49.14 0.97 0.24
Hex 76 61 2 0 12 62 36 31 61 18
Octal 166 141 2 0 22 142 66 61 141 30
Binary 1110110 1100001 10 0 10010 1100010 110110 110001 1100001 11000

Color Harmonies of #766102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766102

Black with #766102

Text Example


Text Example

White with #766102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766102; }

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

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

background-color css

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

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

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

border-color css

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

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

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