Html Css Color HEX #75656B Scorpion

📋 copy color: '#75656B'

red 117 ◦ green 101 ◦ blue 107

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

Shades of Scorpion #75656B

Tints of Scorpion #75656B

RGB

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

 GREEN value IS 101 (39.84% from 255) = 31.08%

 BLUE value IS 107 (42.19% from 255) = 32.92%

R = 36%
G = 31.08%
B = 32.92%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75656B (or 0x75656B) is known color: Scorpion. HEX triplet: 75, 65 and 6B. RGB value is (117,101,107). Sum of RGB (Red+Green+Blue) = 117+101+107=325 (43% of max value = 765). Red value is 117 (46.09% from 255 or 36% from 325); Green value is 101 (39.84% from 255 or 31.08% from 325); Blue value is 107 (42.19% from 255 or 32.92% from 325); Max value from RGB is 117 - color contains mainly: red. Hex color #75656B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75656B is #8A9A94. Grayscale: #6A6A6A. Windows color (decimal): -9083541 or 7038325. OLE color: 7038325.

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

Color convert

RGB 117 101 107 -
CMYK 0 0.14 0.09 0.54
HSL 337.5º 0.07% 0.43% -
HSV(B) 337.5º 0.14% 0.46% -
XYZ 14.64 14.15 15.87 -
YUV 106.47 128.3 135.51 -
System Red Green Blue C M Y K H S L
Decimal 117 101 107 0 0.14 0.09 0.54 337.5 0.07 0.43
Hex 75 65 6B 0 E 9 36 152 7 2B
Octal 165 145 153 0 16 11 66 522 7 53
Binary 1110101 1100101 1101011 0 1110 1001 110110 101010010 111 101011

Color Harmonies of #75656B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75656B

Black with #75656B

Text Example


Text Example

White with #75656B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75656B; }

 p { color: rgb(117,101,107); }

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

background-color css

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

 a { background-color: rgb(117,101,107); }

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

border-color css

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

 span { border-color: rgb(117,101,107); }

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