Html Css Color HEX #745766 Cosmic

📋 copy color: '#745766'

red 116 ◦ green 87 ◦ blue 102

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

Shades of Cosmic #745766

Tints of Cosmic #745766

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 33.44%

R = 38.03%
G = 28.52%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#745766 (or 0x745766) is known color: Cosmic. HEX triplet: 74, 57 and 66. RGB value is (116,87,102). Sum of RGB (Red+Green+Blue) = 116+87+102=305 (40% of max value = 765). Red value is 116 (45.70% from 255 or 38.03% from 305); Green value is 87 (34.38% from 255 or 28.52% from 305); Blue value is 102 (40.23% from 255 or 33.44% from 305); Max value from RGB is 116 - color contains mainly: red. Hex color #745766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745766 is #8BA899. Grayscale: #616161. Windows color (decimal): -9152666 or 6707060. OLE color: 6707060.

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

Color convert

RGB 116 87 102 -
CMYK 0 0.25 0.12 0.55
HSL 328.97º 0.14% 0.4% -
HSV(B) 328.97º 0.25% 0.45% -
XYZ 13.01 11.49 14.1 -
YUV 97.38 130.61 141.28 -
System Red Green Blue C M Y K H S L
Decimal 116 87 102 0 0.25 0.12 0.55 328.97 0.14 0.4
Hex 74 57 66 0 19 C 37 149 E 28
Octal 164 127 146 0 31 14 67 511 16 50
Binary 1110100 1010111 1100110 0 11001 1100 110111 101001001 1110 101000

Color Harmonies of #745766

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745766

Black with #745766

Text Example


Text Example

White with #745766

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745766; }

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

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

background-color css

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

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

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

border-color css

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

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

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