Html Css Color HEX #745768 Cosmic

📋 copy color: '#745768'

red 116 ◦ green 87 ◦ blue 104

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

Shades of Cosmic #745768

Tints of Cosmic #745768

RGB

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

 GREEN value IS 87 (34.38% from 255) = 28.34%

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

R = 37.79%
G = 28.34%
B = 33.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#745768 (or 0x745768) is known color: Cosmic. HEX triplet: 74, 57 and 68. RGB value is (116,87,104). Sum of RGB (Red+Green+Blue) = 116+87+104=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 87 (34.38% from 255 or 28.34% from 307); Blue value is 104 (41.02% from 255 or 33.88% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #745768 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745768 is #8BA897. Grayscale: #616161. Windows color (decimal): -9152664 or 6838132. OLE color: 6838132.

HSL color Cylindrical-coordinate representation of color #745768: hue angle of 324.83º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #745768 is Cyan = 0, Magento = 0.25, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 87 104 -
CMYK 0 0.25 0.10 0.55
HSL 324.83º 0.14% 0.4% -
HSV(B) 324.83º 0.25% 0.45% -
XYZ 13.11 11.53 14.63 -
YUV 97.61 131.61 141.12 -
System Red Green Blue C M Y K H S L
Decimal 116 87 104 0 0.25 0.10 0.55 324.83 0.14 0.4
Hex 74 57 68 0 19 A 37 145 E 28
Octal 164 127 150 0 31 12 67 505 16 50
Binary 1110100 1010111 1101000 0 11001 1010 110111 101000101 1110 101000

Color Harmonies of #745768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745768

Black with #745768

Text Example


Text Example

White with #745768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745768; }

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

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

background-color css

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

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

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

border-color css

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

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

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