Html Css Color HEX #745569 Cosmic

📋 copy color: '#745569'

red 116 ◦ green 85 ◦ blue 105

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

Shades of Cosmic #745569

Tints of Cosmic #745569

RGB

 RED value IS 116 (45.7% from 255) = 37.91%

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

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

R = 37.91%
G = 27.78%
B = 34.31%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#745569 (or 0x745569) is known color: Cosmic. HEX triplet: 74, 55 and 69. RGB value is (116,85,105). Sum of RGB (Red+Green+Blue) = 116+85+105=306 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.91% from 306); Green value is 85 (33.59% from 255 or 27.78% from 306); Blue value is 105 (41.41% from 255 or 34.31% from 306); Max value from RGB is 116 - color contains mainly: red. Hex color #745569 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745569 is #8BAA96. Grayscale: #606060. Windows color (decimal): -9153175 or 6903156. OLE color: 6903156.

HSL color Cylindrical-coordinate representation of color #745569: hue angle of 321.29º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #745569 is Cyan = 0, Magento = 0.27, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 85 105 -
CMYK 0 0.27 0.09 0.55
HSL 321.29º 0.15% 0.39% -
HSV(B) 321.29º 0.27% 0.45% -
XYZ 13 11.23 14.85 -
YUV 96.55 132.77 141.87 -
System Red Green Blue C M Y K H S L
Decimal 116 85 105 0 0.27 0.09 0.55 321.29 0.15 0.39
Hex 74 55 69 0 1B 9 37 141 F 27
Octal 164 125 151 0 33 11 67 501 17 47
Binary 1110100 1010101 1101001 0 11011 1001 110111 101000001 1111 100111

Color Harmonies of #745569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745569

Black with #745569

Text Example


Text Example

White with #745569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745569; }

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

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

background-color css

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

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

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

border-color css

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

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

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