Html Css Color HEX #755465 Cosmic

📋 copy color: '#755465'

red 117 ◦ green 84 ◦ blue 101

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

Shades of Cosmic #755465

Tints of Cosmic #755465

RGB

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

 GREEN value IS 84 (33.2% from 255) = 27.81%

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

R = 38.74%
G = 27.81%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#755465 (or 0x755465) is known color: Cosmic. HEX triplet: 75, 54 and 65. RGB value is (117,84,101). Sum of RGB (Red+Green+Blue) = 117+84+101=302 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.74% from 302); Green value is 84 (33.20% from 255 or 27.81% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 117 - color contains mainly: red. Hex color #755465 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755465 is #8AAB9A. Grayscale: #5F5F5F. Windows color (decimal): -9087899 or 6640757. OLE color: 6640757.

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

Color convert

RGB 117 84 101 -
CMYK 0 0.28 0.14 0.54
HSL 329.09º 0.16% 0.39% -
HSV(B) 329.09º 0.28% 0.46% -
XYZ 12.86 11.06 13.77 -
YUV 95.81 130.93 143.12 -
System Red Green Blue C M Y K H S L
Decimal 117 84 101 0 0.28 0.14 0.54 329.09 0.16 0.39
Hex 75 54 65 0 1C E 36 149 10 27
Octal 165 124 145 0 34 16 66 511 20 47
Binary 1110101 1010100 1100101 0 11100 1110 110110 101001001 10000 100111

Color Harmonies of #755465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755465

Black with #755465

Text Example


Text Example

White with #755465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755465; }

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

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

background-color css

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

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

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

border-color css

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

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

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