Html Css Color HEX #75636B Scorpion

📋 copy color: '#75636B'

red 117 ◦ green 99 ◦ blue 107

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

Shades of Scorpion #75636B

Tints of Scorpion #75636B

RGB

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

 GREEN value IS 99 (39.06% from 255) = 30.65%

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

R = 36.22%
G = 30.65%
B = 33.13%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.09

 K value IS 0.54

RGB Variations

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

Color information

#75636B (or 0x75636B) is known color: Scorpion. HEX triplet: 75, 63 and 6B. RGB value is (117,99,107). Sum of RGB (Red+Green+Blue) = 117+99+107=323 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.22% from 323); Green value is 99 (39.06% from 255 or 30.65% from 323); Blue value is 107 (42.19% from 255 or 33.13% from 323); Max value from RGB is 117 - color contains mainly: red. Hex color #75636B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75636B is #8A9C94. Grayscale: #696969. Windows color (decimal): -9084053 or 7037813. OLE color: 7037813.

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

Color convert

RGB 117 99 107 -
CMYK 0 0.15 0.09 0.54
HSL 333.33º 0.08% 0.42% -
HSV(B) 333.33º 0.15% 0.46% -
XYZ 14.45 13.77 15.81 -
YUV 105.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 117 99 107 0 0.15 0.09 0.54 333.33 0.08 0.42
Hex 75 63 6B 0 F 9 36 14D 8 2A
Octal 165 143 153 0 17 11 66 515 10 52
Binary 1110101 1100011 1101011 0 1111 1001 110110 101001101 1000 101010

Color Harmonies of #75636B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75636B

Black with #75636B

Text Example


Text Example

White with #75636B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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