Html Css Color HEX #766C70 Scorpion

📋 copy color: '#766C70'

red 118 ◦ green 108 ◦ blue 112

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

Shades of Scorpion #766C70

Tints of Scorpion #766C70

RGB

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

 GREEN value IS 108 (42.58% from 255) = 31.95%

 BLUE value IS 112 (44.14% from 255) = 33.14%

R = 34.91%
G = 31.95%
B = 33.14%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#766C70 (or 0x766C70) is known color: Scorpion. HEX triplet: 76, 6C and 70. RGB value is (118,108,112). Sum of RGB (Red+Green+Blue) = 118+108+112=338 (44% of max value = 765). Red value is 118 (46.48% from 255 or 34.91% from 338); Green value is 108 (42.58% from 255 or 31.95% from 338); Blue value is 112 (44.14% from 255 or 33.14% from 338); Max value from RGB is 118 - color contains mainly: red. Hex color #766C70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766C70 is #89938F. Grayscale: #6F6F6F. Windows color (decimal): -9016208 or 7367798. OLE color: 7367798.

HSL color Cylindrical-coordinate representation of color #766C70: hue angle of 336º degrees, saturation: 0.04, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #766C70 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 108 112 -
CMYK 0 0.08 0.05 0.54
HSL 336º 0.04% 0.44% -
HSV(B) 336º 0.08% 0.46% -
XYZ 15.76 15.75 17.54 -
YUV 111.45 128.31 132.67 -
System Red Green Blue C M Y K H S L
Decimal 118 108 112 0 0.08 0.05 0.54 336 0.04 0.44
Hex 76 6C 70 0 8 5 36 150 4 2C
Octal 166 154 160 0 10 5 66 520 4 54
Binary 1110110 1101100 1110000 0 1000 101 110110 101010000 100 101100

Color Harmonies of #766C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766C70

Black with #766C70

Text Example


Text Example

White with #766C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766C70; }

 p { color: rgb(118,108,112); }

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

background-color css

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

 a { background-color: rgb(118,108,112); }

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

border-color css

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

 span { border-color: rgb(118,108,112); }

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