Html Css Color HEX #745069 Cosmic

📋 copy color: '#745069'

red 116 ◦ green 80 ◦ blue 105

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

Shades of Cosmic #745069

Tints of Cosmic #745069

RGB

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

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

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

R = 38.54%
G = 26.58%
B = 34.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#745069 (or 0x745069) is known color: Cosmic. HEX triplet: 74, 50 and 69. RGB value is (116,80,105). Sum of RGB (Red+Green+Blue) = 116+80+105=301 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.54% from 301); Green value is 80 (31.64% from 255 or 26.58% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 116 - color contains mainly: red. Hex color #745069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745069 is #8BAF96. Grayscale: #5D5D5D. Windows color (decimal): -9154455 or 6901876. OLE color: 6901876.

HSL color Cylindrical-coordinate representation of color #745069: hue angle of 318.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 #745069 is Cyan = 0, Magento = 0.31, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 80 105 -
CMYK 0 0.31 0.09 0.55
HSL 318.33º 0.18% 0.38% -
HSV(B) 318.33º 0.31% 0.45% -
XYZ 12.62 10.47 14.72 -
YUV 93.61 134.43 143.97 -
System Red Green Blue C M Y K H S L
Decimal 116 80 105 0 0.31 0.09 0.55 318.33 0.18 0.38
Hex 74 50 69 0 1F 9 37 13E 12 26
Octal 164 120 151 0 37 11 67 476 22 46
Binary 1110100 1010000 1101001 0 11111 1001 110111 100111110 10010 100110

Color Harmonies of #745069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745069

Black with #745069

Text Example


Text Example

White with #745069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745069; }

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

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

background-color css

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

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

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

border-color css

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

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

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