Html Css Color HEX #754E68 Cosmic

📋 copy color: '#754E68'

red 117 ◦ green 78 ◦ blue 104

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

Shades of Cosmic #754E68

Tints of Cosmic #754E68

RGB

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

 GREEN value IS 78 (30.86% from 255) = 26.09%

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

R = 39.13%
G = 26.09%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#754E68 (or 0x754E68) is known color: Cosmic. HEX triplet: 75, 4E and 68. RGB value is (117,78,104). Sum of RGB (Red+Green+Blue) = 117+78+104=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 78 (30.86% from 255 or 26.09% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #754E68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754E68 is #8AB197. Grayscale: #5C5C5C. Windows color (decimal): -9089432 or 6835829. OLE color: 6835829.

HSL color Cylindrical-coordinate representation of color #754E68: hue angle of 320º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #754E68 is Cyan = 0, Magento = 0.33, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 78 104 -
CMYK 0 0.33 0.11 0.54
HSL 320º 0.2% 0.38% -
HSV(B) 320º 0.33% 0.46% -
XYZ 12.56 10.23 14.41 -
YUV 92.63 134.42 145.39 -
System Red Green Blue C M Y K H S L
Decimal 117 78 104 0 0.33 0.11 0.54 320 0.2 0.38
Hex 75 4E 68 0 21 B 36 140 14 26
Octal 165 116 150 0 41 13 66 500 24 46
Binary 1110101 1001110 1101000 0 100001 1011 110110 101000000 10100 100110

Color Harmonies of #754E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754E68

Black with #754E68

Text Example


Text Example

White with #754E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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