Html Css Color HEX #745B68 Cosmic

📋 copy color: '#745B68'

red 116 ◦ green 91 ◦ blue 104

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

Shades of Cosmic #745B68

Tints of Cosmic #745B68

RGB

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

 GREEN value IS 91 (35.94% from 255) = 29.26%

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

R = 37.3%
G = 29.26%
B = 33.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.10

 K value IS 0.55

RGB Variations

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

Color information

#745B68 (or 0x745B68) is known color: Cosmic. HEX triplet: 74, 5B and 68. RGB value is (116,91,104). Sum of RGB (Red+Green+Blue) = 116+91+104=311 (41% of max value = 765). Red value is 116 (45.70% from 255 or 37.30% from 311); Green value is 91 (35.94% from 255 or 29.26% from 311); Blue value is 104 (41.02% from 255 or 33.44% from 311); Max value from RGB is 116 - color contains mainly: red. Hex color #745B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745B68 is #8BA497. Grayscale: #636363. Windows color (decimal): -9151640 or 6839156. OLE color: 6839156.

HSL color Cylindrical-coordinate representation of color #745B68: hue angle of 328.8º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #745B68 is Cyan = 0, Magento = 0.22, Yellow = 0.10 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 91 104 -
CMYK 0 0.22 0.10 0.55
HSL 328.8º 0.12% 0.41% -
HSV(B) 328.8º 0.22% 0.45% -
XYZ 13.44 12.19 14.74 -
YUV 99.96 130.28 139.44 -
System Red Green Blue C M Y K H S L
Decimal 116 91 104 0 0.22 0.10 0.55 328.8 0.12 0.41
Hex 74 5B 68 0 16 A 37 149 C 29
Octal 164 133 150 0 26 12 67 511 14 51
Binary 1110100 1011011 1101000 0 10110 1010 110111 101001001 1100 101001

Color Harmonies of #745B68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745B68

Black with #745B68

Text Example


Text Example

White with #745B68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745B68; }

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

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

background-color css

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

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

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

border-color css

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

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

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