Html Css Color HEX #766B70 Scorpion

📋 copy color: '#766B70'

red 118 ◦ green 107 ◦ blue 112

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

Shades of Scorpion #766B70

Tints of Scorpion #766B70

RGB

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

 GREEN value IS 107 (42.19% from 255) = 31.75%

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

R = 35.01%
G = 31.75%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.05

 K value IS 0.54

RGB Variations

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

Color information

#766B70 (or 0x766B70) is known color: Scorpion. HEX triplet: 76, 6B and 70. RGB value is (118,107,112). Sum of RGB (Red+Green+Blue) = 118+107+112=337 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.01% from 337); Green value is 107 (42.19% from 255 or 31.75% from 337); Blue value is 112 (44.14% from 255 or 33.23% from 337); Max value from RGB is 118 - color contains mainly: red. Hex color #766B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #766B70 is #89948F. Grayscale: #6E6E6E. Windows color (decimal): -9016464 or 7367542. OLE color: 7367542.

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

Color convert

RGB 118 107 112 -
CMYK 0 0.09 0.05 0.54
HSL 332.73º 0.05% 0.44% -
HSV(B) 332.73º 0.09% 0.46% -
XYZ 15.65 15.54 17.5 -
YUV 110.86 128.64 133.09 -
System Red Green Blue C M Y K H S L
Decimal 118 107 112 0 0.09 0.05 0.54 332.73 0.05 0.44
Hex 76 6B 70 0 9 5 36 14D 5 2C
Octal 166 153 160 0 11 5 66 515 5 54
Binary 1110110 1101011 1110000 0 1001 101 110110 101001101 101 101100

Color Harmonies of #766B70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #766B70

Black with #766B70

Text Example


Text Example

White with #766B70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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