Html Css Color HEX #755261 Cosmic

📋 copy color: '#755261'

red 117 ◦ green 82 ◦ blue 97

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

Shades of Cosmic #755261

Tints of Cosmic #755261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.77%

R = 39.53%
G = 27.7%
B = 32.77%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#755261 (or 0x755261) is known color: Cosmic. HEX triplet: 75, 52 and 61. RGB value is (117,82,97). Sum of RGB (Red+Green+Blue) = 117+82+97=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #755261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755261 is #8AAD9E. Grayscale: #5E5E5E. Windows color (decimal): -9088415 or 6378101. OLE color: 6378101.

HSL color Cylindrical-coordinate representation of color #755261: hue angle of 334.29º 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 #755261 is Cyan = 0, Magento = 0.30, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 82 97 -
CMYK 0 0.30 0.17 0.54
HSL 334.29º 0.18% 0.39% -
HSV(B) 334.29º 0.3% 0.46% -
XYZ 12.51 10.68 12.71 -
YUV 94.18 129.6 144.28 -
System Red Green Blue C M Y K H S L
Decimal 117 82 97 0 0.30 0.17 0.54 334.29 0.18 0.39
Hex 75 52 61 0 1E 11 36 14E 12 27
Octal 165 122 141 0 36 21 66 516 22 47
Binary 1110101 1010010 1100001 0 11110 10001 110110 101001110 10010 100111

Color Harmonies of #755261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755261

Black with #755261

Text Example


Text Example

White with #755261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755261; }

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

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

background-color css

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

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

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

border-color css

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

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

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