Html Css Color HEX #755862 Cosmic

📋 copy color: '#755862'

red 117 ◦ green 88 ◦ blue 98

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

Shades of Cosmic #755862

Tints of Cosmic #755862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 32.34%

R = 38.61%
G = 29.04%
B = 32.34%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.16

 K value IS 0.54

RGB Variations

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

Color information

#755862 (or 0x755862) is known color: Cosmic. HEX triplet: 75, 58 and 62. RGB value is (117,88,98). Sum of RGB (Red+Green+Blue) = 117+88+98=303 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.61% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 98 (38.67% from 255 or 32.34% from 303); Max value from RGB is 117 - color contains mainly: red. Hex color #755862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755862 is #8AA79D. Grayscale: #616161. Windows color (decimal): -9086878 or 6445173. OLE color: 6445173.

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

Color convert

RGB 117 88 98 -
CMYK 0 0.25 0.16 0.54
HSL 339.31º 0.14% 0.4% -
HSV(B) 339.31º 0.25% 0.46% -
XYZ 13.03 11.64 13.12 -
YUV 97.81 128.11 141.69 -
System Red Green Blue C M Y K H S L
Decimal 117 88 98 0 0.25 0.16 0.54 339.31 0.14 0.4
Hex 75 58 62 0 19 10 36 153 E 28
Octal 165 130 142 0 31 20 66 523 16 50
Binary 1110101 1011000 1100010 0 11001 10000 110110 101010011 1110 101000

Color Harmonies of #755862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755862

Black with #755862

Text Example


Text Example

White with #755862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755862; }

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

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

background-color css

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

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

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

border-color css

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

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

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