Html Css Color HEX #756066 Scorpion

📋 copy color: '#756066'

red 117 ◦ green 96 ◦ blue 102

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

Shades of Scorpion #756066

Tints of Scorpion #756066

RGB

 RED value IS 117 (46.09% from 255) = 37.14%

 GREEN value IS 96 (37.89% from 255) = 30.48%

 BLUE value IS 102 (40.23% from 255) = 32.38%

R = 37.14%
G = 30.48%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#756066 (or 0x756066) is known color: Scorpion. HEX triplet: 75, 60 and 66. RGB value is (117,96,102). Sum of RGB (Red+Green+Blue) = 117+96+102=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 96 (37.89% from 255 or 30.48% from 315); Blue value is 102 (40.23% from 255 or 32.38% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #756066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #756066 is #8A9F99. Grayscale: #666666. Windows color (decimal): -9084826 or 6709365. OLE color: 6709365.

HSL color Cylindrical-coordinate representation of color #756066: hue angle of 342.86º 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 #756066 is Cyan = 0, Magento = 0.18, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 96 102 -
CMYK 0 0.18 0.13 0.54
HSL 342.86º 0.1% 0.42% -
HSV(B) 342.86º 0.18% 0.46% -
XYZ 13.92 13.11 14.37 -
YUV 102.96 127.46 138.01 -
System Red Green Blue C M Y K H S L
Decimal 117 96 102 0 0.18 0.13 0.54 342.86 0.1 0.42
Hex 75 60 66 0 12 D 36 157 A 2A
Octal 165 140 146 0 22 15 66 527 12 52
Binary 1110101 1100000 1100110 0 10010 1101 110110 101010111 1010 101010

Color Harmonies of #756066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756066

Black with #756066

Text Example


Text Example

White with #756066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756066; }

 p { color: rgb(117,96,102); }

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

background-color css

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

 a { background-color: rgb(117,96,102); }

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

border-color css

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

 span { border-color: rgb(117,96,102); }

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