Html Css Color HEX #76636B Scorpion

📋 copy color: '#76636B'

red 118 ◦ green 99 ◦ blue 107

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

Shades of Scorpion #76636B

Tints of Scorpion #76636B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 33.02%

R = 36.42%
G = 30.56%
B = 33.02%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76636B (or 0x76636B) is known color: Scorpion. HEX triplet: 76, 63 and 6B. RGB value is (118,99,107). Sum of RGB (Red+Green+Blue) = 118+99+107=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 99 (39.06% from 255 or 30.56% from 324); Blue value is 107 (42.19% from 255 or 33.02% from 324); Max value from RGB is 118 - color contains mainly: red. Hex color #76636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76636B is #899C94. Grayscale: #696969. Windows color (decimal): -9018517 or 7037814. OLE color: 7037814.

HSL color Cylindrical-coordinate representation of color #76636B: hue angle of 334.74º 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 #76636B is Cyan = 0, Magento = 0.16, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 99 107 -
CMYK 0 0.16 0.09 0.54
HSL 334.74º 0.09% 0.43% -
HSV(B) 334.74º 0.16% 0.46% -
XYZ 14.59 13.84 15.81 -
YUV 105.59 128.79 136.85 -
System Red Green Blue C M Y K H S L
Decimal 118 99 107 0 0.16 0.09 0.54 334.74 0.09 0.43
Hex 76 63 6B 0 10 9 36 14F 9 2B
Octal 166 143 153 0 20 11 66 517 11 53
Binary 1110110 1100011 1101011 0 10000 1001 110110 101001111 1001 101011

Color Harmonies of #76636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76636B

Black with #76636B

Text Example


Text Example

White with #76636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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