Html Css Color HEX #754C55 Cosmic

📋 copy color: '#754C55'

red 117 ◦ green 76 ◦ blue 85

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

Shades of Cosmic #754C55

Tints of Cosmic #754C55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 30.58%

R = 42.09%
G = 27.34%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#754C55 (or 0x754C55) is known color: Cosmic. HEX triplet: 75, 4C and 55. RGB value is (117,76,85). Sum of RGB (Red+Green+Blue) = 117+76+85=278 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.09% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 117 - color contains mainly: red. Hex color #754C55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754C55 is #8AB3AA. Grayscale: #595959. Windows color (decimal): -9089963 or 5590133. OLE color: 5590133.

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

Color convert

RGB 117 76 85 -
CMYK 0 0.35 0.27 0.54
HSL 346.83º 0.21% 0.38% -
HSV(B) 346.83º 0.35% 0.46% -
XYZ 11.56 9.61 9.84 -
YUV 89.29 125.58 147.77 -
System Red Green Blue C M Y K H S L
Decimal 117 76 85 0 0.35 0.27 0.54 346.83 0.21 0.38
Hex 75 4C 55 0 23 1B 36 15B 15 26
Octal 165 114 125 0 43 33 66 533 25 46
Binary 1110101 1001100 1010101 0 100011 11011 110110 101011011 10101 100110

Color Harmonies of #754C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754C55

Black with #754C55

Text Example


Text Example

White with #754C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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