Html Css Color HEX #745066 Cosmic

📋 copy color: '#745066'

red 116 ◦ green 80 ◦ blue 102

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

Shades of Cosmic #745066

Tints of Cosmic #745066

RGB

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

 GREEN value IS 80 (31.64% from 255) = 26.85%

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

R = 38.93%
G = 26.85%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#745066 (or 0x745066) is known color: Cosmic. HEX triplet: 74, 50 and 66. RGB value is (116,80,102). Sum of RGB (Red+Green+Blue) = 116+80+102=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 80 (31.64% from 255 or 26.85% from 298); Blue value is 102 (40.23% from 255 or 34.23% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #745066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745066 is #8BAF99. Grayscale: #5D5D5D. Windows color (decimal): -9154458 or 6705268. OLE color: 6705268.

HSL color Cylindrical-coordinate representation of color #745066: hue angle of 323.33º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #745066 is Cyan = 0, Magento = 0.31, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 102 -
CMYK 0 0.31 0.12 0.55
HSL 323.33º 0.18% 0.38% -
HSV(B) 323.33º 0.31% 0.45% -
XYZ 12.47 10.41 13.92 -
YUV 93.27 132.93 144.21 -
System Red Green Blue C M Y K H S L
Decimal 116 80 102 0 0.31 0.12 0.55 323.33 0.18 0.38
Hex 74 50 66 0 1F C 37 143 12 26
Octal 164 120 146 0 37 14 67 503 22 46
Binary 1110100 1010000 1100110 0 11111 1100 110111 101000011 10010 100110

Color Harmonies of #745066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745066

Black with #745066

Text Example


Text Example

White with #745066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745066; }

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

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

background-color css

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

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

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

border-color css

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

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

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