Html Css Color HEX #755765 Cosmic

📋 copy color: '#755765'

red 117 ◦ green 87 ◦ blue 101

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

Shades of Cosmic #755765

Tints of Cosmic #755765

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.52%

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

R = 38.36%
G = 28.52%
B = 33.11%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.14

 K value IS 0.54

RGB Variations

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

Color information

#755765 (or 0x755765) is known color: Cosmic. HEX triplet: 75, 57 and 65. RGB value is (117,87,101). Sum of RGB (Red+Green+Blue) = 117+87+101=305 (40% of max value = 765). Red value is 117 (46.09% from 255 or 38.36% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 101 (39.84% from 255 or 33.11% from 305); Max value from RGB is 117 - color contains mainly: red. Hex color #755765 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755765 is #8AA89A. Grayscale: #616161. Windows color (decimal): -9087131 or 6641525. OLE color: 6641525.

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

Color convert

RGB 117 87 101 -
CMYK 0 0.26 0.14 0.54
HSL 332º 0.15% 0.4% -
HSV(B) 332º 0.26% 0.46% -
XYZ 13.09 11.54 13.85 -
YUV 97.57 129.94 141.86 -
System Red Green Blue C M Y K H S L
Decimal 117 87 101 0 0.26 0.14 0.54 332 0.15 0.4
Hex 75 57 65 0 1A E 36 14C F 28
Octal 165 127 145 0 32 16 66 514 17 50
Binary 1110101 1010111 1100101 0 11010 1110 110110 101001100 1111 101000

Color Harmonies of #755765

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755765

Black with #755765

Text Example


Text Example

White with #755765

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755765; }

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

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

background-color css

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

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

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

border-color css

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

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

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