Html Css Color HEX #745969 Cosmic

📋 copy color: '#745969'

red 116 ◦ green 89 ◦ blue 105

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

Shades of Cosmic #745969

Tints of Cosmic #745969

RGB

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

 GREEN value IS 89 (35.16% from 255) = 28.71%

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

R = 37.42%
G = 28.71%
B = 33.87%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#745969 (or 0x745969) is known color: Cosmic. HEX triplet: 74, 59 and 69. RGB value is (116,89,105). Sum of RGB (Red+Green+Blue) = 116+89+105=310 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.42% from 310); Green value is 89 (35.16% from 255 or 28.71% from 310); Blue value is 105 (41.41% from 255 or 33.87% from 310); Max value from RGB is 116 - color contains mainly: red. Hex color #745969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745969 is #8BA696. Grayscale: #626262. Windows color (decimal): -9152151 or 6904180. OLE color: 6904180.

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

Color convert

RGB 116 89 105 -
CMYK 0 0.23 0.09 0.55
HSL 324.44º 0.13% 0.4% -
HSV(B) 324.44º 0.23% 0.45% -
XYZ 13.32 11.88 14.95 -
YUV 98.9 131.45 140.2 -
System Red Green Blue C M Y K H S L
Decimal 116 89 105 0 0.23 0.09 0.55 324.44 0.13 0.4
Hex 74 59 69 0 17 9 37 144 D 28
Octal 164 131 151 0 27 11 67 504 15 50
Binary 1110100 1011001 1101001 0 10111 1001 110111 101000100 1101 101000

Color Harmonies of #745969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745969

Black with #745969

Text Example


Text Example

White with #745969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745969; }

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

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

background-color css

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

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

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

border-color css

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

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

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