Html Css Color HEX #745661 Cosmic

📋 copy color: '#745661'

red 116 ◦ green 86 ◦ blue 97

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

Shades of Cosmic #745661

Tints of Cosmic #745661

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 32.44%

R = 38.8%
G = 28.76%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#745661 (or 0x745661) is known color: Cosmic. HEX triplet: 74, 56 and 61. RGB value is (116,86,97). Sum of RGB (Red+Green+Blue) = 116+86+97=299 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.80% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 97 (38.28% from 255 or 32.44% from 299); Max value from RGB is 116 - color contains mainly: red. Hex color #745661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745661 is #8BA99E. Grayscale: #606060. Windows color (decimal): -9152927 or 6379124. OLE color: 6379124.

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

Color convert

RGB 116 86 97 -
CMYK 0 0.26 0.16 0.55
HSL 338º 0.15% 0.4% -
HSV(B) 338º 0.26% 0.45% -
XYZ 12.69 11.23 12.81 -
YUV 96.22 128.44 142.11 -
System Red Green Blue C M Y K H S L
Decimal 116 86 97 0 0.26 0.16 0.55 338 0.15 0.4
Hex 74 56 61 0 1A 10 37 152 F 28
Octal 164 126 141 0 32 20 67 522 17 50
Binary 1110100 1010110 1100001 0 11010 10000 110111 101010010 1111 101000

Color Harmonies of #745661

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745661

Black with #745661

Text Example


Text Example

White with #745661

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745661; }

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

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

background-color css

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

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

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

border-color css

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

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

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