Html Css Color HEX #754761 Cosmic

📋 copy color: '#754761'

red 117 ◦ green 71 ◦ blue 97

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

Shades of Cosmic #754761

Tints of Cosmic #754761

RGB

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

 GREEN value IS 71 (28.13% from 255) = 24.91%

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

R = 41.05%
G = 24.91%
B = 34.04%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#754761 (or 0x754761) is known color: Cosmic. HEX triplet: 75, 47 and 61. RGB value is (117,71,97). Sum of RGB (Red+Green+Blue) = 117+71+97=285 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.05% from 285); Green value is 71 (28.12% from 255 or 24.91% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 117 - color contains mainly: red. Hex color #754761 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #754761 is #8AB89E. Grayscale: #575757. Windows color (decimal): -9091231 or 6375285. OLE color: 6375285.

HSL color Cylindrical-coordinate representation of color #754761: hue angle of 326.09º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #754761 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 71 97 -
CMYK 0 0.39 0.17 0.54
HSL 326.09º 0.24% 0.37% -
HSV(B) 326.09º 0.39% 0.46% -
XYZ 11.75 9.15 12.46 -
YUV 87.72 133.24 148.89 -
System Red Green Blue C M Y K H S L
Decimal 117 71 97 0 0.39 0.17 0.54 326.09 0.24 0.37
Hex 75 47 61 0 27 11 36 146 18 25
Octal 165 107 141 0 47 21 66 506 30 45
Binary 1110101 1000111 1100001 0 100111 10001 110110 101000110 11000 100101

Color Harmonies of #754761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #754761

Black with #754761

Text Example


Text Example

White with #754761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #754761; }

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

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

background-color css

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

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

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

border-color css

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

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

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