Html Css Color HEX #754758 Cosmic

📋 copy color: '#754758'

red 117 ◦ green 71 ◦ blue 88

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

Shades of Cosmic #754758

Tints of Cosmic #754758

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.72%

 BLUE value IS 88 (34.77% from 255) = 31.88%

R = 42.39%
G = 25.72%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#754758 (or 0x754758) is known color: Cosmic. HEX triplet: 75, 47 and 58. RGB value is (117,71,88). Sum of RGB (Red+Green+Blue) = 117+71+88=276 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.39% from 276); Green value is 71 (28.12% from 255 or 25.72% from 276); Blue value is 88 (34.77% from 255 or 31.88% from 276); Max value from RGB is 117 - color contains mainly: red. Hex color #754758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754758 is #8AB8A7. Grayscale: #565656. Windows color (decimal): -9091240 or 5785461. OLE color: 5785461.

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

Color convert

RGB 117 71 88 -
CMYK 0 0.39 0.25 0.54
HSL 337.83º 0.24% 0.37% -
HSV(B) 337.83º 0.39% 0.46% -
XYZ 11.35 8.99 10.37 -
YUV 86.69 128.74 149.62 -
System Red Green Blue C M Y K H S L
Decimal 117 71 88 0 0.39 0.25 0.54 337.83 0.24 0.37
Hex 75 47 58 0 27 19 36 152 18 25
Octal 165 107 130 0 47 31 66 522 30 45
Binary 1110101 1000111 1011000 0 100111 11001 110110 101010010 11000 100101

Color Harmonies of #754758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754758

Black with #754758

Text Example


Text Example

White with #754758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754758; }

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

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

background-color css

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

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

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

border-color css

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

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

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