Html Css Color HEX #745669 Cosmic

📋 copy color: '#745669'

red 116 ◦ green 86 ◦ blue 105

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

Shades of Cosmic #745669

Tints of Cosmic #745669

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.01%

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

R = 37.79%
G = 28.01%
B = 34.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#745669 (or 0x745669) is known color: Cosmic. HEX triplet: 74, 56 and 69. RGB value is (116,86,105). Sum of RGB (Red+Green+Blue) = 116+86+105=307 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.79% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 105 (41.41% from 255 or 34.20% from 307); Max value from RGB is 116 - color contains mainly: red. Hex color #745669 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745669 is #8BA996. Grayscale: #616161. Windows color (decimal): -9152919 or 6903412. OLE color: 6903412.

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

Color convert

RGB 116 86 105 -
CMYK 0 0.26 0.09 0.55
HSL 322º 0.15% 0.4% -
HSV(B) 322º 0.26% 0.45% -
XYZ 13.08 11.39 14.87 -
YUV 97.14 132.44 141.46 -
System Red Green Blue C M Y K H S L
Decimal 116 86 105 0 0.26 0.09 0.55 322 0.15 0.4
Hex 74 56 69 0 1A 9 37 142 F 28
Octal 164 126 151 0 32 11 67 502 17 50
Binary 1110100 1010110 1101001 0 11010 1001 110111 101000010 1111 101000

Color Harmonies of #745669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745669

Black with #745669

Text Example


Text Example

White with #745669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745669; }

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

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

background-color css

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

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

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

border-color css

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

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

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