Html Css Color HEX #744C56 Cosmic

📋 copy color: '#744C56'

red 116 ◦ green 76 ◦ blue 86

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

Shades of Cosmic #744C56

Tints of Cosmic #744C56

RGB

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

 GREEN value IS 76 (30.08% from 255) = 27.34%

 BLUE value IS 86 (33.98% from 255) = 30.94%

R = 41.73%
G = 27.34%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#744C56 (or 0x744C56) is known color: Cosmic. HEX triplet: 74, 4C and 56. RGB value is (116,76,86). Sum of RGB (Red+Green+Blue) = 116+76+86=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 76 (30.08% from 255 or 27.34% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 116 - color contains mainly: red. Hex color #744C56 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #744C56 is #8BB3A9. Grayscale: #595959. Windows color (decimal): -9155498 or 5655668. OLE color: 5655668.

HSL color Cylindrical-coordinate representation of color #744C56: hue angle of 345º degrees, saturation: 0.21, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #744C56 is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 76 86 -
CMYK 0 0.34 0.26 0.55
HSL 345º 0.21% 0.38% -
HSV(B) 345º 0.34% 0.45% -
XYZ 11.47 9.55 10.04 -
YUV 89.1 126.25 147.19 -
System Red Green Blue C M Y K H S L
Decimal 116 76 86 0 0.34 0.26 0.55 345 0.21 0.38
Hex 74 4C 56 0 22 1A 37 159 15 26
Octal 164 114 126 0 42 32 67 531 25 46
Binary 1110100 1001100 1010110 0 100010 11010 110111 101011001 10101 100110

Color Harmonies of #744C56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #744C56

Black with #744C56

Text Example


Text Example

White with #744C56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #744C56; }

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

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

background-color css

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

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

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

border-color css

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

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

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