Html Css Color HEX #754C56 Cosmic

📋 copy color: '#754C56'

red 117 ◦ green 76 ◦ blue 86

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

Shades of Cosmic #754C56

Tints of Cosmic #754C56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.82%

R = 41.94%
G = 27.24%
B = 30.82%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#754C56 (or 0x754C56) is known color: Cosmic. HEX triplet: 75, 4C and 56. RGB value is (117,76,86). Sum of RGB (Red+Green+Blue) = 117+76+86=279 (36% of max value = 765). Red value is 117 (46.09% from 255 or 41.94% from 279); Green value is 76 (30.08% from 255 or 27.24% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 117 - color contains mainly: red. Hex color #754C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C56 is #8AB3A9. Grayscale: #595959. Windows color (decimal): -9089962 or 5655669. OLE color: 5655669.

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

Color convert

RGB 117 76 86 -
CMYK 0 0.35 0.26 0.54
HSL 345.37º 0.21% 0.38% -
HSV(B) 345.37º 0.35% 0.46% -
XYZ 11.6 9.62 10.05 -
YUV 89.4 126.08 147.69 -
System Red Green Blue C M Y K H S L
Decimal 117 76 86 0 0.35 0.26 0.54 345.37 0.21 0.38
Hex 75 4C 56 0 23 1A 36 159 15 26
Octal 165 114 126 0 43 32 66 531 25 46
Binary 1110101 1001100 1010110 0 100011 11010 110110 101011001 10101 100110

Color Harmonies of #754C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C56

Black with #754C56

Text Example


Text Example

White with #754C56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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