Html Css Color HEX #7F5569 Cosmic

📋 copy color: '#7F5569'

red 127 ◦ green 85 ◦ blue 105

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

Shades of Cosmic #7F5569

Tints of Cosmic #7F5569

RGB

 RED value IS 127 (50% from 255) = 40.06%

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

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

R = 40.06%
G = 26.81%
B = 33.12%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.17

 K value IS 0.50

RGB Variations

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

Color information

#7F5569 (or 0x7F5569) is known color: Cosmic. HEX triplet: 7F, 55 and 69. RGB value is (127,85,105). Sum of RGB (Red+Green+Blue) = 127+85+105=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 85 (33.59% from 255 or 26.81% from 317); Blue value is 105 (41.41% from 255 or 33.12% from 317); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5569 is #80AA96. Grayscale: #636363. Windows color (decimal): -8432279 or 6903167. OLE color: 6903167.

HSL color Cylindrical-coordinate representation of color #7F5569: hue angle of 331.43º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F5569 is Cyan = 0, Magento = 0.33, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB 127 85 105 -
CMYK 0 0.33 0.17 0.50
HSL 331.43º 0.2% 0.42% -
HSV(B) 331.43º 0.33% 0.5% -
XYZ 14.55 12.03 14.92 -
YUV 99.84 130.91 147.37 -
System Red Green Blue C M Y K H S L
Decimal 127 85 105 0 0.33 0.17 0.50 331.43 0.2 0.42
Hex 7F 55 69 0 21 11 32 14B 14 2A
Octal 177 125 151 0 41 21 62 513 24 52
Binary 1111111 1010101 1101001 0 100001 10001 110010 101001011 10100 101010

Color Harmonies of #7F5569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7F5569

Black with #7F5569

Text Example


Text Example

White with #7F5569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7F5569; }

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

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

background-color css

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

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

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

border-color css

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

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

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