Html Css Color HEX #754B58 Cosmic

📋 copy color: '#754B58'

red 117 ◦ green 75 ◦ blue 88

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

Shades of Cosmic #754B58

Tints of Cosmic #754B58

RGB

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

 GREEN value IS 75 (29.69% from 255) = 26.79%

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

R = 41.79%
G = 26.79%
B = 31.43%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.25

 K value IS 0.54

RGB Variations

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

Color information

#754B58 (or 0x754B58) is known color: Cosmic. HEX triplet: 75, 4B and 58. RGB value is (117,75,88). Sum of RGB (Red+Green+Blue) = 117+75+88=280 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.79% from 280); Green value is 75 (29.69% from 255 or 26.79% from 280); Blue value is 88 (34.77% from 255 or 31.43% from 280); Max value from RGB is 117 - color contains mainly: red. Hex color #754B58 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B58 is #8AB4A7. Grayscale: #595959. Windows color (decimal): -9090216 or 5786485. OLE color: 5786485.

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

Color convert

RGB 117 75 88 -
CMYK 0 0.36 0.25 0.54
HSL 341.43º 0.22% 0.38% -
HSV(B) 341.43º 0.36% 0.46% -
XYZ 11.61 9.52 10.46 -
YUV 89.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 117 75 88 0 0.36 0.25 0.54 341.43 0.22 0.38
Hex 75 4B 58 0 24 19 36 155 16 26
Octal 165 113 130 0 44 31 66 525 26 46
Binary 1110101 1001011 1011000 0 100100 11001 110110 101010101 10110 100110

Color Harmonies of #754B58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B58

Black with #754B58

Text Example


Text Example

White with #754B58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754B58; }

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

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

background-color css

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

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

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

border-color css

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

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

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