Html Css Color HEX #76616B Scorpion

📋 copy color: '#76616B'

red 118 ◦ green 97 ◦ blue 107

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

Shades of Scorpion #76616B

Tints of Scorpion #76616B

RGB

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

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

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

R = 36.65%
G = 30.12%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#76616B (or 0x76616B) is known color: Scorpion. HEX triplet: 76, 61 and 6B. RGB value is (118,97,107). Sum of RGB (Red+Green+Blue) = 118+97+107=322 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.65% from 322); Green value is 97 (38.28% from 255 or 30.12% from 322); Blue value is 107 (42.19% from 255 or 33.23% from 322); Max value from RGB is 118 - color contains mainly: red. Hex color #76616B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76616B is #899E94. Grayscale: #686868. Windows color (decimal): -9019029 or 7037302. OLE color: 7037302.

HSL color Cylindrical-coordinate representation of color #76616B: hue angle of 331.43º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #76616B is Cyan = 0, Magento = 0.18, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 97 107 -
CMYK 0 0.18 0.09 0.54
HSL 331.43º 0.1% 0.42% -
HSV(B) 331.43º 0.18% 0.46% -
XYZ 14.4 13.46 15.75 -
YUV 104.42 129.46 137.69 -
System Red Green Blue C M Y K H S L
Decimal 118 97 107 0 0.18 0.09 0.54 331.43 0.1 0.42
Hex 76 61 6B 0 12 9 36 14B A 2A
Octal 166 141 153 0 22 11 66 513 12 52
Binary 1110110 1100001 1101011 0 10010 1001 110110 101001011 1010 101010

Color Harmonies of #76616B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76616B

Black with #76616B

Text Example


Text Example

White with #76616B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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