Html Css Color HEX #754958 Cosmic

📋 copy color: '#754958'

red 117 ◦ green 73 ◦ blue 88

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

Shades of Cosmic #754958

Tints of Cosmic #754958

RGB

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

 GREEN value IS 73 (28.91% from 255) = 26.26%

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

R = 42.09%
G = 26.26%
B = 31.65%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#754958 (or 0x754958) is known color: Cosmic. HEX triplet: 75, 49 and 58. RGB value is (117,73,88). Sum of RGB (Red+Green+Blue) = 117+73+88=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 73 (28.91% from 255 or 26.26% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #754958 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754958 is #8AB6A7. Grayscale: #575757. Windows color (decimal): -9090728 or 5785973. OLE color: 5785973.

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

Color convert

RGB 117 73 88 -
CMYK 0 0.38 0.25 0.54
HSL 339.55º 0.23% 0.37% -
HSV(B) 339.55º 0.38% 0.46% -
XYZ 11.48 9.25 10.41 -
YUV 87.87 128.08 148.78 -
System Red Green Blue C M Y K H S L
Decimal 117 73 88 0 0.38 0.25 0.54 339.55 0.23 0.37
Hex 75 49 58 0 26 19 36 154 17 25
Octal 165 111 130 0 46 31 66 524 27 45
Binary 1110101 1001001 1011000 0 100110 11001 110110 101010100 10111 100101

Color Harmonies of #754958

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754958

Black with #754958

Text Example


Text Example

White with #754958

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754958; }

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

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

background-color css

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

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

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

border-color css

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

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

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