Html Css Color HEX #765569 Cosmic

📋 copy color: '#765569'

red 118 ◦ green 85 ◦ blue 105

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

Shades of Cosmic #765569

Tints of Cosmic #765569

RGB

 RED value IS 118 (46.48% from 255) = 38.31%

 GREEN value IS 85 (33.59% from 255) = 27.6%

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

R = 38.31%
G = 27.6%
B = 34.09%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#765569 (or 0x765569) is known color: Cosmic. HEX triplet: 76, 55 and 69. RGB value is (118,85,105). Sum of RGB (Red+Green+Blue) = 118+85+105=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 85 (33.59% from 255 or 27.60% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 118 - color contains mainly: red. Hex color #765569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765569 is #89AA96. Grayscale: #616161. Windows color (decimal): -9022103 or 6903158. OLE color: 6903158.

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

Color convert

RGB 118 85 105 -
CMYK 0 0.28 0.11 0.54
HSL 323.64º 0.16% 0.4% -
HSV(B) 323.64º 0.28% 0.46% -
XYZ 13.27 11.37 14.86 -
YUV 97.15 132.43 142.87 -
System Red Green Blue C M Y K H S L
Decimal 118 85 105 0 0.28 0.11 0.54 323.64 0.16 0.4
Hex 76 55 69 0 1C B 36 144 10 28
Octal 166 125 151 0 34 13 66 504 20 50
Binary 1110110 1010101 1101001 0 11100 1011 110110 101000100 10000 101000

Color Harmonies of #765569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #765569

Black with #765569

Text Example


Text Example

White with #765569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #765569; }

 p { color: rgb(118,85,105); }

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

background-color css

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

 a { background-color: rgb(118,85,105); }

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

border-color css

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

 span { border-color: rgb(118,85,105); }

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