Html Css Color HEX #745068 Cosmic

📋 copy color: '#745068'

red 116 ◦ green 80 ◦ blue 104

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

Shades of Cosmic #745068

Tints of Cosmic #745068

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 34.67%

R = 38.67%
G = 26.67%
B = 34.67%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#745068 (or 0x745068) is known color: Cosmic. HEX triplet: 74, 50 and 68. RGB value is (116,80,104). Sum of RGB (Red+Green+Blue) = 116+80+104=300 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.67% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 104 (41.02% from 255 or 34.67% from 300); Max value from RGB is 116 - color contains mainly: red. Hex color #745068 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745068 is #8BAF97. Grayscale: #5D5D5D. Windows color (decimal): -9154456 or 6836340. OLE color: 6836340.

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

Color convert

RGB 116 80 104 -
CMYK 0 0.31 0.10 0.55
HSL 320º 0.18% 0.38% -
HSV(B) 320º 0.31% 0.45% -
XYZ 12.57 10.45 14.45 -
YUV 93.5 133.93 144.05 -
System Red Green Blue C M Y K H S L
Decimal 116 80 104 0 0.31 0.10 0.55 320 0.18 0.38
Hex 74 50 68 0 1F A 37 140 12 26
Octal 164 120 150 0 37 12 67 500 22 46
Binary 1110100 1010000 1101000 0 11111 1010 110111 101000000 10010 100110

Color Harmonies of #745068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745068

Black with #745068

Text Example


Text Example

White with #745068

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745068; }

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

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

background-color css

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

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

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

border-color css

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

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

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