Html Css Color HEX #754B68 Cosmic

📋 copy color: '#754B68'

red 117 ◦ green 75 ◦ blue 104

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

Shades of Cosmic #754B68

Tints of Cosmic #754B68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 35.14%

R = 39.53%
G = 25.34%
B = 35.14%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#754B68 (or 0x754B68) is known color: Cosmic. HEX triplet: 75, 4B and 68. RGB value is (117,75,104). Sum of RGB (Red+Green+Blue) = 117+75+104=296 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.53% from 296); Green value is 75 (29.69% from 255 or 25.34% from 296); Blue value is 104 (41.02% from 255 or 35.14% from 296); Max value from RGB is 117 - color contains mainly: red. Hex color #754B68 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754B68 is #8AB497. Grayscale: #5A5A5A. Windows color (decimal): -9090200 or 6835061. OLE color: 6835061.

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

Color convert

RGB 117 75 104 -
CMYK 0 0.36 0.11 0.54
HSL 318.57º 0.22% 0.38% -
HSV(B) 318.57º 0.36% 0.46% -
XYZ 12.35 9.81 14.34 -
YUV 90.86 135.41 146.64 -
System Red Green Blue C M Y K H S L
Decimal 117 75 104 0 0.36 0.11 0.54 318.57 0.22 0.38
Hex 75 4B 68 0 24 B 36 13F 16 26
Octal 165 113 150 0 44 13 66 477 26 46
Binary 1110101 1001011 1101000 0 100100 1011 110110 100111111 10110 100110

Color Harmonies of #754B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754B68

Black with #754B68

Text Example


Text Example

White with #754B68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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