Html Css Color HEX #754C5F Cosmic

📋 copy color: '#754C5F'

red 117 ◦ green 76 ◦ blue 95

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

Shades of Cosmic #754C5F

Tints of Cosmic #754C5F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 26.39%

 BLUE value IS 95 (37.5% from 255) = 32.99%

R = 40.63%
G = 26.39%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#754C5F (or 0x754C5F) is known color: Cosmic. HEX triplet: 75, 4C and 5F. RGB value is (117,76,95). Sum of RGB (Red+Green+Blue) = 117+76+95=288 (38% of max value = 765). Red value is 117 (46.09% from 255 or 40.62% from 288); Green value is 76 (30.08% from 255 or 26.39% from 288); Blue value is 95 (37.5% from 255 or 32.99% from 288); Max value from RGB is 117 - color contains mainly: red. Hex color #754C5F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C5F is #8AB3A0. Grayscale: #5A5A5A. Windows color (decimal): -9089953 or 6245493. OLE color: 6245493.

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

Color convert

RGB 117 76 95 -
CMYK 0 0.35 0.19 0.54
HSL 332.2º 0.21% 0.38% -
HSV(B) 332.2º 0.35% 0.46% -
XYZ 11.99 9.78 12.08 -
YUV 90.43 130.58 146.96 -
System Red Green Blue C M Y K H S L
Decimal 117 76 95 0 0.35 0.19 0.54 332.2 0.21 0.38
Hex 75 4C 5F 0 23 13 36 14C 15 26
Octal 165 114 137 0 43 23 66 514 25 46
Binary 1110101 1001100 1011111 0 100011 10011 110110 101001100 10101 100110

Color Harmonies of #754C5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C5F

Black with #754C5F

Text Example


Text Example

White with #754C5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,76,95); }

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

background-color css

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

 a { background-color: rgb(117,76,95); }

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

border-color css

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

 span { border-color: rgb(117,76,95); }

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