Html Css Color HEX #76636A Scorpion

📋 copy color: '#76636A'

red 118 ◦ green 99 ◦ blue 106

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

Shades of Scorpion #76636A

Tints of Scorpion #76636A

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.65%

 BLUE value IS 106 (41.8% from 255) = 32.82%

R = 36.53%
G = 30.65%
B = 32.82%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76636A (or 0x76636A) is known color: Scorpion. HEX triplet: 76, 63 and 6A. RGB value is (118,99,106). Sum of RGB (Red+Green+Blue) = 118+99+106=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 106 (41.80% from 255 or 32.82% from 323); Max value from RGB is 118 - color contains mainly: red. Hex color #76636A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76636A is #899C95. Grayscale: #696969. Windows color (decimal): -9018518 or 6972278. OLE color: 6972278.

HSL color Cylindrical-coordinate representation of color #76636A: hue angle of 337.89º degrees, saturation: 0.09, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #76636A is Cyan = 0, Magento = 0.16, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 106 -
CMYK 0 0.16 0.10 0.54
HSL 337.89º 0.09% 0.43% -
HSV(B) 337.89º 0.16% 0.46% -
XYZ 14.53 13.82 15.54 -
YUV 105.48 128.29 136.93 -
System Red Green Blue C M Y K H S L
Decimal 118 99 106 0 0.16 0.10 0.54 337.89 0.09 0.43
Hex 76 63 6A 0 10 A 36 152 9 2B
Octal 166 143 152 0 20 12 66 522 11 53
Binary 1110110 1100011 1101010 0 10000 1010 110110 101010010 1001 101011

Color Harmonies of #76636A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76636A

Black with #76636A

Text Example


Text Example

White with #76636A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76636A; }

 p { color: rgb(118,99,106); }

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

background-color css

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

 a { background-color: rgb(118,99,106); }

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

border-color css

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

 span { border-color: rgb(118,99,106); }

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