Html Css Color HEX #754B59 Cosmic

📋 copy color: '#754B59'

red 117 ◦ green 75 ◦ blue 89

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

Shades of Cosmic #754B59

Tints of Cosmic #754B59

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 31.67%

R = 41.64%
G = 26.69%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.24

 K value IS 0.54

RGB Variations

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

Color information

#754B59 (or 0x754B59) is known color: Cosmic. HEX triplet: 75, 4B and 59. RGB value is (117,75,89). Sum of RGB (Red+Green+Blue) = 117+75+89=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 75 (29.69% from 255 or 26.69% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #754B59 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B59 is #8AB4A6. Grayscale: #595959. Windows color (decimal): -9090215 or 5852021. OLE color: 5852021.

HSL color Cylindrical-coordinate representation of color #754B59: hue angle of 340º 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 #754B59 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 75 89 -
CMYK 0 0.36 0.24 0.54
HSL 340º 0.22% 0.38% -
HSV(B) 340º 0.36% 0.46% -
XYZ 11.66 9.54 10.68 -
YUV 89.15 127.91 147.86 -
System Red Green Blue C M Y K H S L
Decimal 117 75 89 0 0.36 0.24 0.54 340 0.22 0.38
Hex 75 4B 59 0 24 18 36 154 16 26
Octal 165 113 131 0 44 30 66 524 26 46
Binary 1110101 1001011 1011001 0 100100 11000 110110 101010100 10110 100110

Color Harmonies of #754B59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B59

Black with #754B59

Text Example


Text Example

White with #754B59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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