Html Css Color HEX #766970 Scorpion

📋 copy color: '#766970'

red 118 ◦ green 105 ◦ blue 112

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

Shades of Scorpion #766970

Tints of Scorpion #766970

RGB

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

 GREEN value IS 105 (41.41% from 255) = 31.34%

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

R = 35.22%
G = 31.34%
B = 33.43%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#766970 (or 0x766970) is known color: Scorpion. HEX triplet: 76, 69 and 70. RGB value is (118,105,112). Sum of RGB (Red+Green+Blue) = 118+105+112=335 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.22% from 335); Green value is 105 (41.41% from 255 or 31.34% from 335); Blue value is 112 (44.14% from 255 or 33.43% from 335); Max value from RGB is 118 - color contains mainly: red. Hex color #766970 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766970 is #89968F. Grayscale: #6D6D6D. Windows color (decimal): -9016976 or 7367030. OLE color: 7367030.

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

Color convert

RGB 118 105 112 -
CMYK 0 0.11 0.05 0.54
HSL 327.69º 0.06% 0.44% -
HSV(B) 327.69º 0.11% 0.46% -
XYZ 15.45 15.12 17.43 -
YUV 109.69 129.31 133.93 -
System Red Green Blue C M Y K H S L
Decimal 118 105 112 0 0.11 0.05 0.54 327.69 0.06 0.44
Hex 76 69 70 0 B 5 36 148 6 2C
Octal 166 151 160 0 13 5 66 510 6 54
Binary 1110110 1101001 1110000 0 1011 101 110110 101001000 110 101100

Color Harmonies of #766970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766970

Black with #766970

Text Example


Text Example

White with #766970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #766970; }

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

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

background-color css

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

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

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

border-color css

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

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

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