Html Css Color HEX #755D69 Scorpion

📋 copy color: '#755D69'

red 117 ◦ green 93 ◦ blue 105

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

Shades of Scorpion #755D69

Tints of Scorpion #755D69

RGB

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

 GREEN value IS 93 (36.72% from 255) = 29.52%

 BLUE value IS 105 (41.41% from 255) = 33.33%

R = 37.14%
G = 29.52%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#755D69 (or 0x755D69) is known color: Scorpion. HEX triplet: 75, 5D and 69. RGB value is (117,93,105). Sum of RGB (Red+Green+Blue) = 117+93+105=315 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.14% from 315); Green value is 93 (36.72% from 255 or 29.52% from 315); Blue value is 105 (41.41% from 255 or 33.33% from 315); Max value from RGB is 117 - color contains mainly: red. Hex color #755D69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755D69 is #8AA296. Grayscale: #656565. Windows color (decimal): -9085591 or 6905205. OLE color: 6905205.

HSL color Cylindrical-coordinate representation of color #755D69: hue angle of 330º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #755D69 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 93 105 -
CMYK 0 0.21 0.10 0.54
HSL 330º 0.11% 0.41% -
HSV(B) 330º 0.21% 0.46% -
XYZ 13.8 12.63 15.08 -
YUV 101.54 129.95 139.02 -
System Red Green Blue C M Y K H S L
Decimal 117 93 105 0 0.21 0.10 0.54 330 0.11 0.41
Hex 75 5D 69 0 15 A 36 14A B 29
Octal 165 135 151 0 25 12 66 512 13 51
Binary 1110101 1011101 1101001 0 10101 1010 110110 101001010 1011 101001

Color Harmonies of #755D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755D69

Black with #755D69

Text Example


Text Example

White with #755D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755D69; }

 p { color: rgb(117,93,105); }

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

background-color css

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

 a { background-color: rgb(117,93,105); }

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

border-color css

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

 span { border-color: rgb(117,93,105); }

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