Html Css Color HEX #755669 Cosmic

📋 copy color: '#755669'

red 117 ◦ green 86 ◦ blue 105

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

Shades of Cosmic #755669

Tints of Cosmic #755669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.92%

 BLUE value IS 105 (41.41% from 255) = 34.09%

R = 37.99%
G = 27.92%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#755669 (or 0x755669) is known color: Cosmic. HEX triplet: 75, 56 and 69. RGB value is (117,86,105). Sum of RGB (Red+Green+Blue) = 117+86+105=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #755669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755669 is #8AA996. Grayscale: #616161. Windows color (decimal): -9087383 or 6903413. OLE color: 6903413.

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

Color convert

RGB 117 86 105 -
CMYK 0 0.26 0.10 0.54
HSL 323.23º 0.15% 0.4% -
HSV(B) 323.23º 0.26% 0.46% -
XYZ 13.21 11.46 14.88 -
YUV 97.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 117 86 105 0 0.26 0.10 0.54 323.23 0.15 0.4
Hex 75 56 69 0 1A A 36 143 F 28
Octal 165 126 151 0 32 12 66 503 17 50
Binary 1110101 1010110 1101001 0 11010 1010 110110 101000011 1111 101000

Color Harmonies of #755669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #755669

Black with #755669

Text Example


Text Example

White with #755669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #755669; }

 p { color: rgb(117,86,105); }

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

background-color css

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

 a { background-color: rgb(117,86,105); }

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

border-color css

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

 span { border-color: rgb(117,86,105); }

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