Html Css Color HEX #754F69 Cosmic

📋 copy color: '#754F69'

red 117 ◦ green 79 ◦ blue 105

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

Shades of Cosmic #754F69

Tints of Cosmic #754F69

RGB

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

 GREEN value IS 79 (31.25% from 255) = 26.25%

 BLUE value IS 105 (41.41% from 255) = 34.88%

R = 38.87%
G = 26.25%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#754F69 (or 0x754F69) is known color: Cosmic. HEX triplet: 75, 4F and 69. RGB value is (117,79,105). Sum of RGB (Red+Green+Blue) = 117+79+105=301 (39% of max value = 765). Red value is 117 (46.09% from 255 or 38.87% from 301); Green value is 79 (31.25% from 255 or 26.25% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 117 - color contains mainly: red. Hex color #754F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F69 is #8AB096. Grayscale: #5D5D5D. Windows color (decimal): -9089175 or 6901621. OLE color: 6901621.

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

Color convert

RGB 117 79 105 -
CMYK 0 0.32 0.10 0.54
HSL 318.95º 0.19% 0.38% -
HSV(B) 318.95º 0.32% 0.46% -
XYZ 12.68 10.39 14.7 -
YUV 93.33 134.59 144.89 -
System Red Green Blue C M Y K H S L
Decimal 117 79 105 0 0.32 0.10 0.54 318.95 0.19 0.38
Hex 75 4F 69 0 20 A 36 13F 13 26
Octal 165 117 151 0 40 12 66 477 23 46
Binary 1110101 1001111 1101001 0 100000 1010 110110 100111111 10011 100110

Color Harmonies of #754F69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F69

Black with #754F69

Text Example


Text Example

White with #754F69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,79,105); }

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

background-color css

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

 a { background-color: rgb(117,79,105); }

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

border-color css

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

 span { border-color: rgb(117,79,105); }

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