Html Css Color HEX #755865 Cosmic

📋 copy color: '#755865'

red 117 ◦ green 88 ◦ blue 101

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

Shades of Cosmic #755865

Tints of Cosmic #755865

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 33.01%

R = 38.24%
G = 28.76%
B = 33.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#755865 (or 0x755865) is known color: Cosmic. HEX triplet: 75, 58 and 65. RGB value is (117,88,101). Sum of RGB (Red+Green+Blue) = 117+88+101=306 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.24% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 101 (39.84% from 255 or 33.01% from 306); Max value from RGB is 117 - color contains mainly: red. Hex color #755865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755865 is #8AA79A. Grayscale: #626262. Windows color (decimal): -9086875 or 6641781. OLE color: 6641781.

HSL color Cylindrical-coordinate representation of color #755865: hue angle of 333.1º 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 #755865 is Cyan = 0, Magento = 0.25, Yellow = 0.14 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 88 101 -
CMYK 0 0.25 0.14 0.54
HSL 333.1º 0.14% 0.4% -
HSV(B) 333.1º 0.25% 0.46% -
XYZ 13.17 11.7 13.88 -
YUV 98.15 129.61 141.44 -
System Red Green Blue C M Y K H S L
Decimal 117 88 101 0 0.25 0.14 0.54 333.1 0.14 0.4
Hex 75 58 65 0 19 E 36 14D E 28
Octal 165 130 145 0 31 16 66 515 16 50
Binary 1110101 1011000 1100101 0 11001 1110 110110 101001101 1110 101000

Color Harmonies of #755865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755865

Black with #755865

Text Example


Text Example

White with #755865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755865; }

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

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

background-color css

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

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

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

border-color css

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

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

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