Html Css Color HEX #755569 Cosmic

📋 copy color: '#755569'

red 117 ◦ green 85 ◦ blue 105

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

Shades of Cosmic #755569

Tints of Cosmic #755569

RGB

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

 GREEN value IS 85 (33.59% from 255) = 27.69%

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

R = 38.11%
G = 27.69%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#755569 (or 0x755569) is known color: Cosmic. HEX triplet: 75, 55 and 69. RGB value is (117,85,105). Sum of RGB (Red+Green+Blue) = 117+85+105=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 85 (33.59% from 255 or 27.69% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #755569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755569 is #8AAA96. Grayscale: #606060. Windows color (decimal): -9087639 or 6903157. OLE color: 6903157.

HSL color Cylindrical-coordinate representation of color #755569: hue angle of 322.5º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #755569 is Cyan = 0, Magento = 0.27, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 85 105 -
CMYK 0 0.27 0.10 0.54
HSL 322.5º 0.16% 0.4% -
HSV(B) 322.5º 0.27% 0.46% -
XYZ 13.13 11.3 14.85 -
YUV 96.85 132.6 142.37 -
System Red Green Blue C M Y K H S L
Decimal 117 85 105 0 0.27 0.10 0.54 322.5 0.16 0.4
Hex 75 55 69 0 1B A 36 142 10 28
Octal 165 125 151 0 33 12 66 502 20 50
Binary 1110101 1010101 1101001 0 11011 1010 110110 101000010 10000 101000

Color Harmonies of #755569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755569

Black with #755569

Text Example


Text Example

White with #755569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755569; }

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

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

background-color css

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

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

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

border-color css

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

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

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