Html Css Color HEX #755866 Cosmic

📋 copy color: '#755866'

red 117 ◦ green 88 ◦ blue 102

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

Shades of Cosmic #755866

Tints of Cosmic #755866

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.22%

R = 38.11%
G = 28.66%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#755866 (or 0x755866) is known color: Cosmic. HEX triplet: 75, 58 and 66. RGB value is (117,88,102). Sum of RGB (Red+Green+Blue) = 117+88+102=307 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.11% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 102 (40.23% from 255 or 33.22% from 307); Max value from RGB is 117 - color contains mainly: red. Hex color #755866 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755866 is #8AA799. Grayscale: #626262. Windows color (decimal): -9086874 or 6707317. OLE color: 6707317.

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

Color convert

RGB 117 88 102 -
CMYK 0 0.25 0.13 0.54
HSL 331.03º 0.14% 0.4% -
HSV(B) 331.03º 0.25% 0.46% -
XYZ 13.22 11.72 14.14 -
YUV 98.27 130.11 141.36 -
System Red Green Blue C M Y K H S L
Decimal 117 88 102 0 0.25 0.13 0.54 331.03 0.14 0.4
Hex 75 58 66 0 19 D 36 14B E 28
Octal 165 130 146 0 31 15 66 513 16 50
Binary 1110101 1011000 1100110 0 11001 1101 110110 101001011 1110 101000

Color Harmonies of #755866

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755866

Black with #755866

Text Example


Text Example

White with #755866

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755866; }

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

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

background-color css

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

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

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

border-color css

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

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

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