Html Css Color HEX #754B5B Cosmic

📋 copy color: '#754B5B'

red 117 ◦ green 75 ◦ blue 91

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

Shades of Cosmic #754B5B

Tints of Cosmic #754B5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 32.16%

R = 41.34%
G = 26.5%
B = 32.16%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#754B5B (or 0x754B5B) is known color: Cosmic. HEX triplet: 75, 4B and 5B. RGB value is (117,75,91). Sum of RGB (Red+Green+Blue) = 117+75+91=283 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.34% from 283); Green value is 75 (29.69% from 255 or 26.50% from 283); Blue value is 91 (35.94% from 255 or 32.16% from 283); Max value from RGB is 117 - color contains mainly: red. Hex color #754B5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B5B is #8AB4A4. Grayscale: #595959. Windows color (decimal): -9090213 or 5983093. OLE color: 5983093.

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

Color convert

RGB 117 75 91 -
CMYK 0 0.36 0.22 0.54
HSL 337.14º 0.22% 0.38% -
HSV(B) 337.14º 0.36% 0.46% -
XYZ 11.74 9.57 11.13 -
YUV 89.38 128.91 147.7 -
System Red Green Blue C M Y K H S L
Decimal 117 75 91 0 0.36 0.22 0.54 337.14 0.22 0.38
Hex 75 4B 5B 0 24 16 36 151 16 26
Octal 165 113 133 0 44 26 66 521 26 46
Binary 1110101 1001011 1011011 0 100100 10110 110110 101010001 10110 100110

Color Harmonies of #754B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B5B

Black with #754B5B

Text Example


Text Example

White with #754B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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