Html Css Color HEX #75666D Scorpion

📋 copy color: '#75666D'

red 117 ◦ green 102 ◦ blue 109

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

Shades of Scorpion #75666D

Tints of Scorpion #75666D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 33.23%

R = 35.67%
G = 31.1%
B = 33.23%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.07

 K value IS 0.54

RGB Variations

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

Color information

#75666D (or 0x75666D) is known color: Scorpion. HEX triplet: 75, 66 and 6D. RGB value is (117,102,109). Sum of RGB (Red+Green+Blue) = 117+102+109=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 102 (40.23% from 255 or 31.10% from 328); Blue value is 109 (42.97% from 255 or 33.23% from 328); Max value from RGB is 117 - color contains mainly: red. Hex color #75666D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75666D is #8A9992. Grayscale: #6B6B6B. Windows color (decimal): -9083283 or 7169653. OLE color: 7169653.

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

Color convert

RGB 117 102 109 -
CMYK 0 0.13 0.07 0.54
HSL 332º 0.07% 0.43% -
HSV(B) 332º 0.13% 0.46% -
XYZ 14.85 14.39 16.46 -
YUV 107.28 128.97 134.93 -
System Red Green Blue C M Y K H S L
Decimal 117 102 109 0 0.13 0.07 0.54 332 0.07 0.43
Hex 75 66 6D 0 D 7 36 14C 7 2B
Octal 165 146 155 0 15 7 66 514 7 53
Binary 1110101 1100110 1101101 0 1101 111 110110 101001100 111 101011

Color Harmonies of #75666D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75666D

Black with #75666D

Text Example


Text Example

White with #75666D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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