Html Css Color HEX #755864 Cosmic

📋 copy color: '#755864'

red 117 ◦ green 88 ◦ blue 100

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

Shades of Cosmic #755864

Tints of Cosmic #755864

RGB

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

 GREEN value IS 88 (34.77% from 255) = 28.85%

 BLUE value IS 100 (39.45% from 255) = 32.79%

R = 38.36%
G = 28.85%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.15

 K value IS 0.54

RGB Variations

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

Color information

#755864 (or 0x755864) is known color: Cosmic. HEX triplet: 75, 58 and 64. RGB value is (117,88,100). Sum of RGB (Red+Green+Blue) = 117+88+100=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 88 (34.77% from 255 or 28.85% from 305); Blue value is 100 (39.45% from 255 or 32.79% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #755864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755864 is #8AA79B. Grayscale: #626262. Windows color (decimal): -9086876 or 6576245. OLE color: 6576245.

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

Color convert

RGB 117 88 100 -
CMYK 0 0.25 0.15 0.54
HSL 335.17º 0.14% 0.4% -
HSV(B) 335.17º 0.25% 0.46% -
XYZ 13.13 11.68 13.62 -
YUV 98.04 129.11 141.52 -
System Red Green Blue C M Y K H S L
Decimal 117 88 100 0 0.25 0.15 0.54 335.17 0.14 0.4
Hex 75 58 64 0 19 F 36 14F E 28
Octal 165 130 144 0 31 17 66 517 16 50
Binary 1110101 1011000 1100100 0 11001 1111 110110 101001111 1110 101000

Color Harmonies of #755864

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755864

Black with #755864

Text Example


Text Example

White with #755864

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755864; }

 p { color: rgb(117,88,100); }

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

background-color css

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

 a { background-color: rgb(117,88,100); }

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

border-color css

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

 span { border-color: rgb(117,88,100); }

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