Html Css Color HEX #754F61 Cosmic

📋 copy color: '#754F61'

red 117 ◦ green 79 ◦ blue 97

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

Shades of Cosmic #754F61

Tints of Cosmic #754F61

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 33.11%

R = 39.93%
G = 26.96%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#754F61 (or 0x754F61) is known color: Cosmic. HEX triplet: 75, 4F and 61. RGB value is (117,79,97). Sum of RGB (Red+Green+Blue) = 117+79+97=293 (38% of max value = 765). Red value is 117 (46.09% from 255 or 39.93% from 293); Green value is 79 (31.25% from 255 or 26.96% from 293); Blue value is 97 (38.28% from 255 or 33.11% from 293); Max value from RGB is 117 - color contains mainly: red. Hex color #754F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #754F61 is #8AB09E. Grayscale: #5C5C5C. Windows color (decimal): -9089183 or 6377333. OLE color: 6377333.

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

Color convert

RGB 117 79 97 -
CMYK 0 0.32 0.17 0.54
HSL 331.58º 0.19% 0.38% -
HSV(B) 331.58º 0.32% 0.46% -
XYZ 12.29 10.24 12.64 -
YUV 92.41 130.59 145.54 -
System Red Green Blue C M Y K H S L
Decimal 117 79 97 0 0.32 0.17 0.54 331.58 0.19 0.38
Hex 75 4F 61 0 20 11 36 14C 13 26
Octal 165 117 141 0 40 21 66 514 23 46
Binary 1110101 1001111 1100001 0 100000 10001 110110 101001100 10011 100110

Color Harmonies of #754F61

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754F61

Black with #754F61

Text Example


Text Example

White with #754F61

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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