Html Css Color HEX #76636D Scorpion

📋 copy color: '#76636D'

red 118 ◦ green 99 ◦ blue 109

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

Shades of Scorpion #76636D

Tints of Scorpion #76636D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.44%

R = 36.2%
G = 30.37%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.08

 K value IS 0.54

RGB Variations

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

Color information

#76636D (or 0x76636D) is known color: Scorpion. HEX triplet: 76, 63 and 6D. RGB value is (118,99,109). Sum of RGB (Red+Green+Blue) = 118+99+109=326 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.20% from 326); Green value is 99 (39.06% from 255 or 30.37% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 118 - color contains mainly: red. Hex color #76636D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76636D is #899C92. Grayscale: #696969. Windows color (decimal): -9018515 or 7168886. OLE color: 7168886.

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

Color convert

RGB 118 99 109 -
CMYK 0 0.16 0.08 0.54
HSL 328.42º 0.09% 0.43% -
HSV(B) 328.42º 0.16% 0.46% -
XYZ 14.69 13.88 16.37 -
YUV 105.82 129.79 136.69 -
System Red Green Blue C M Y K H S L
Decimal 118 99 109 0 0.16 0.08 0.54 328.42 0.09 0.43
Hex 76 63 6D 0 10 8 36 148 9 2B
Octal 166 143 155 0 20 10 66 510 11 53
Binary 1110110 1100011 1101101 0 10000 1000 110110 101001000 1001 101011

Color Harmonies of #76636D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76636D

Black with #76636D

Text Example


Text Example

White with #76636D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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