Html Css Color HEX #754757 Cosmic

📋 copy color: '#754757'

red 117 ◦ green 71 ◦ blue 87

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

Shades of Cosmic #754757

Tints of Cosmic #754757

RGB

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

 GREEN value IS 71 (28.13% from 255) = 25.82%

 BLUE value IS 87 (34.38% from 255) = 31.64%

R = 42.55%
G = 25.82%
B = 31.64%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.26

 K value IS 0.54

RGB Variations

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

Color information

#754757 (or 0x754757) is known color: Cosmic. HEX triplet: 75, 47 and 57. RGB value is (117,71,87). Sum of RGB (Red+Green+Blue) = 117+71+87=275 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.55% from 275); Green value is 71 (28.12% from 255 or 25.82% from 275); Blue value is 87 (34.38% from 255 or 31.64% from 275); Max value from RGB is 117 - color contains mainly: red. Hex color #754757 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754757 is #8AB8A8. Grayscale: #565656. Windows color (decimal): -9091241 or 5719925. OLE color: 5719925.

HSL color Cylindrical-coordinate representation of color #754757: hue angle of 339.13º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #754757 is Cyan = 0, Magento = 0.39, Yellow = 0.26 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 71 87 -
CMYK 0 0.39 0.26 0.54
HSL 339.13º 0.24% 0.37% -
HSV(B) 339.13º 0.39% 0.46% -
XYZ 11.31 8.98 10.15 -
YUV 86.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 117 71 87 0 0.39 0.26 0.54 339.13 0.24 0.37
Hex 75 47 57 0 27 1A 36 153 18 25
Octal 165 107 127 0 47 32 66 523 30 45
Binary 1110101 1000111 1010111 0 100111 11010 110110 101010011 11000 100101

Color Harmonies of #754757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754757

Black with #754757

Text Example


Text Example

White with #754757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754757; }

 p { color: rgb(117,71,87); }

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

background-color css

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

 a { background-color: rgb(117,71,87); }

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

border-color css

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

 span { border-color: rgb(117,71,87); }

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