Html Css Color HEX #755861 Cosmic

📋 copy color: '#755861'

red 117 ◦ green 88 ◦ blue 97

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

Shades of Cosmic #755861

Tints of Cosmic #755861

RGB

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

 GREEN value IS 88 (34.77% from 255) = 29.14%

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

R = 38.74%
G = 29.14%
B = 32.12%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.17

 K value IS 0.54

RGB Variations

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

Color information

#755861 (or 0x755861) is known color: Cosmic. HEX triplet: 75, 58 and 61. RGB value is (117,88,97). Sum of RGB (Red+Green+Blue) = 117+88+97=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 97 (38.28% from 255 or 32.12% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #755861 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755861 is #8AA79E. Grayscale: #616161. Windows color (decimal): -9086879 or 6379637. OLE color: 6379637.

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

Color convert

RGB 117 88 97 -
CMYK 0 0.25 0.17 0.54
HSL 341.38º 0.14% 0.4% -
HSV(B) 341.38º 0.25% 0.46% -
XYZ 12.98 11.62 12.87 -
YUV 97.7 127.61 141.77 -
System Red Green Blue C M Y K H S L
Decimal 117 88 97 0 0.25 0.17 0.54 341.38 0.14 0.4
Hex 75 58 61 0 19 11 36 155 E 28
Octal 165 130 141 0 31 21 66 525 16 50
Binary 1110101 1011000 1100001 0 11001 10001 110110 101010101 1110 101000

Color Harmonies of #755861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755861

Black with #755861

Text Example


Text Example

White with #755861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755861; }

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

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

background-color css

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

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

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

border-color css

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

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

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