Html Css Color HEX #755165 Cosmic

📋 copy color: '#755165'

red 117 ◦ green 81 ◦ blue 101

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

Shades of Cosmic #755165

Tints of Cosmic #755165

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.09%

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

R = 39.13%
G = 27.09%
B = 33.78%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#755165 (or 0x755165) is known color: Cosmic. HEX triplet: 75, 51 and 65. RGB value is (117,81,101). Sum of RGB (Red+Green+Blue) = 117+81+101=299 (39% of max value = 765). Red value is 117 (46.09% from 255 or 39.13% from 299); Green value is 81 (32.03% from 255 or 27.09% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 117 - color contains mainly: red. Hex color #755165 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755165 is #8AAE9A. Grayscale: #5E5E5E. Windows color (decimal): -9088667 or 6639989. OLE color: 6639989.

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

Color convert

RGB 117 81 101 -
CMYK 0 0.31 0.14 0.54
HSL 326.67º 0.18% 0.39% -
HSV(B) 326.67º 0.31% 0.46% -
XYZ 12.63 10.61 13.69 -
YUV 94.04 131.93 144.37 -
System Red Green Blue C M Y K H S L
Decimal 117 81 101 0 0.31 0.14 0.54 326.67 0.18 0.39
Hex 75 51 65 0 1F E 36 147 12 27
Octal 165 121 145 0 37 16 66 507 22 47
Binary 1110101 1010001 1100101 0 11111 1110 110110 101000111 10010 100111

Color Harmonies of #755165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755165

Black with #755165

Text Example


Text Example

White with #755165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755165; }

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

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

background-color css

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

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

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

border-color css

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

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

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