Html Css Color HEX #754B5C Cosmic

📋 copy color: '#754B5C'

red 117 ◦ green 75 ◦ blue 92

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

Shades of Cosmic #754B5C

Tints of Cosmic #754B5C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 32.39%

R = 41.2%
G = 26.41%
B = 32.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.21

 K value IS 0.54

RGB Variations

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

Color information

#754B5C (or 0x754B5C) is known color: Cosmic. HEX triplet: 75, 4B and 5C. RGB value is (117,75,92). Sum of RGB (Red+Green+Blue) = 117+75+92=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 75 (29.69% from 255 or 26.41% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #754B5C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B5C is #8AB4A3. Grayscale: #595959. Windows color (decimal): -9090212 or 6048629. OLE color: 6048629.

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

Color convert

RGB 117 75 92 -
CMYK 0 0.36 0.21 0.54
HSL 335.71º 0.22% 0.38% -
HSV(B) 335.71º 0.36% 0.46% -
XYZ 11.78 9.59 11.35 -
YUV 89.5 129.41 147.62 -
System Red Green Blue C M Y K H S L
Decimal 117 75 92 0 0.36 0.21 0.54 335.71 0.22 0.38
Hex 75 4B 5C 0 24 15 36 150 16 26
Octal 165 113 134 0 44 25 66 520 26 46
Binary 1110101 1001011 1011100 0 100100 10101 110110 101010000 10110 100110

Color Harmonies of #754B5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B5C

Black with #754B5C

Text Example


Text Example

White with #754B5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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