Html Css Color HEX #755260 Cosmic

📋 copy color: '#755260'

red 117 ◦ green 82 ◦ blue 96

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

Shades of Cosmic #755260

Tints of Cosmic #755260

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.8%

 BLUE value IS 96 (37.89% from 255) = 32.54%

R = 39.66%
G = 27.8%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.54

RGB Variations

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

Color information

#755260 (or 0x755260) is known color: Cosmic. HEX triplet: 75, 52 and 60. RGB value is (117,82,96). Sum of RGB (Red+Green+Blue) = 117+82+96=295 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.66% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 96 (37.89% from 255 or 32.54% from 295); Max value from RGB is 117 - color contains mainly: red. Hex color #755260 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755260 is #8AAD9F. Grayscale: #5E5E5E. Windows color (decimal): -9088416 or 6312565. OLE color: 6312565.

HSL color Cylindrical-coordinate representation of color #755260: hue angle of 336º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #755260 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 82 96 -
CMYK 0 0.30 0.18 0.54
HSL 336º 0.18% 0.39% -
HSV(B) 336º 0.3% 0.46% -
XYZ 12.46 10.66 12.47 -
YUV 94.06 129.1 144.36 -
System Red Green Blue C M Y K H S L
Decimal 117 82 96 0 0.30 0.18 0.54 336 0.18 0.39
Hex 75 52 60 0 1E 12 36 150 12 27
Octal 165 122 140 0 36 22 66 520 22 47
Binary 1110101 1010010 1100000 0 11110 10010 110110 101010000 10010 100111

Color Harmonies of #755260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755260

Black with #755260

Text Example


Text Example

White with #755260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755260; }

 p { color: rgb(117,82,96); }

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

background-color css

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

 a { background-color: rgb(117,82,96); }

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

border-color css

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

 span { border-color: rgb(117,82,96); }

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