Html Css Color HEX #745568 Cosmic

📋 copy color: '#745568'

red 116 ◦ green 85 ◦ blue 104

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

Shades of Cosmic #745568

Tints of Cosmic #745568

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.1%

R = 38.03%
G = 27.87%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#745568 (or 0x745568) is known color: Cosmic. HEX triplet: 74, 55 and 68. RGB value is (116,85,104). Sum of RGB (Red+Green+Blue) = 116+85+104=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 85 (33.59% from 255 or 27.87% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #745568 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745568 is #8BAA97. Grayscale: #606060. Windows color (decimal): -9153176 or 6837620. OLE color: 6837620.

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

Color convert

RGB 116 85 104 -
CMYK 0 0.27 0.10 0.55
HSL 323.23º 0.15% 0.39% -
HSV(B) 323.23º 0.27% 0.45% -
XYZ 12.95 11.21 14.58 -
YUV 96.44 132.27 141.96 -
System Red Green Blue C M Y K H S L
Decimal 116 85 104 0 0.27 0.10 0.55 323.23 0.15 0.39
Hex 74 55 68 0 1B A 37 143 F 27
Octal 164 125 150 0 33 12 67 503 17 47
Binary 1110100 1010101 1101000 0 11011 1010 110111 101000011 1111 100111

Color Harmonies of #745568

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745568

Black with #745568

Text Example


Text Example

White with #745568

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745568; }

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

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

background-color css

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

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

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

border-color css

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

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

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