Html Css Color HEX #75666A Scorpion

📋 copy color: '#75666A'

red 117 ◦ green 102 ◦ blue 106

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

Shades of Scorpion #75666A

Tints of Scorpion #75666A

RGB

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

 GREEN value IS 102 (40.23% from 255) = 31.38%

 BLUE value IS 106 (41.8% from 255) = 32.62%

R = 36%
G = 31.38%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75666A (or 0x75666A) is known color: Scorpion. HEX triplet: 75, 66 and 6A. RGB value is (117,102,106). Sum of RGB (Red+Green+Blue) = 117+102+106=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 102 (40.23% from 255 or 31.38% from 325); Blue value is 106 (41.80% from 255 or 32.62% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #75666A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75666A is #8A9995. Grayscale: #6A6A6A. Windows color (decimal): -9083286 or 6973045. OLE color: 6973045.

HSL color Cylindrical-coordinate representation of color #75666A: hue angle of 344º degrees, saturation: 0.07, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #75666A is Cyan = 0, Magento = 0.13, Yellow = 0.09 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 102 106 -
CMYK 0 0.13 0.09 0.54
HSL 344º 0.07% 0.43% -
HSV(B) 344º 0.13% 0.46% -
XYZ 14.69 14.33 15.63 -
YUV 106.94 127.47 135.17 -
System Red Green Blue C M Y K H S L
Decimal 117 102 106 0 0.13 0.09 0.54 344 0.07 0.43
Hex 75 66 6A 0 D 9 36 158 7 2B
Octal 165 146 152 0 15 11 66 530 7 53
Binary 1110101 1100110 1101010 0 1101 1001 110110 101011000 111 101011

Color Harmonies of #75666A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75666A

Black with #75666A

Text Example


Text Example

White with #75666A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75666A; }

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

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

background-color css

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

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

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

border-color css

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

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

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