Html Css Color HEX #766A70 Scorpion

📋 copy color: '#766A70'

red 118 ◦ green 106 ◦ blue 112

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

Shades of Scorpion #766A70

Tints of Scorpion #766A70

RGB

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

 GREEN value IS 106 (41.8% from 255) = 31.55%

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

R = 35.12%
G = 31.55%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#766A70 (or 0x766A70) is known color: Scorpion. HEX triplet: 76, 6A and 70. RGB value is (118,106,112). Sum of RGB (Red+Green+Blue) = 118+106+112=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 106 (41.80% from 255 or 31.55% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 118 - color contains mainly: red. Hex color #766A70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766A70 is #89958F. Grayscale: #6E6E6E. Windows color (decimal): -9016720 or 7367286. OLE color: 7367286.

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

Color convert

RGB 118 106 112 -
CMYK 0 0.10 0.05 0.54
HSL 330º 0.05% 0.44% -
HSV(B) 330º 0.1% 0.46% -
XYZ 15.55 15.33 17.47 -
YUV 110.27 128.98 133.51 -
System Red Green Blue C M Y K H S L
Decimal 118 106 112 0 0.10 0.05 0.54 330 0.05 0.44
Hex 76 6A 70 0 A 5 36 14A 5 2C
Octal 166 152 160 0 12 5 66 512 5 54
Binary 1110110 1101010 1110000 0 1010 101 110110 101001010 101 101100

Color Harmonies of #766A70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766A70

Black with #766A70

Text Example


Text Example

White with #766A70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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