Html Css Color HEX #745261 Cosmic

📋 copy color: '#745261'

red 116 ◦ green 82 ◦ blue 97

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

Shades of Cosmic #745261

Tints of Cosmic #745261

RGB

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

 GREEN value IS 82 (32.42% from 255) = 27.8%

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

R = 39.32%
G = 27.8%
B = 32.88%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#745261 (or 0x745261) is known color: Cosmic. HEX triplet: 74, 52 and 61. RGB value is (116,82,97). Sum of RGB (Red+Green+Blue) = 116+82+97=295 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.32% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 97 (38.28% from 255 or 32.88% from 295); Max value from RGB is 116 - color contains mainly: red. Hex color #745261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745261 is #8BAD9E. Grayscale: #5D5D5D. Windows color (decimal): -9153951 or 6378100. OLE color: 6378100.

HSL color Cylindrical-coordinate representation of color #745261: hue angle of 333.53º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #745261 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 82 97 -
CMYK 0 0.29 0.16 0.55
HSL 333.53º 0.17% 0.39% -
HSV(B) 333.53º 0.29% 0.45% -
XYZ 12.38 10.61 12.7 -
YUV 93.88 129.76 143.78 -
System Red Green Blue C M Y K H S L
Decimal 116 82 97 0 0.29 0.16 0.55 333.53 0.17 0.39
Hex 74 52 61 0 1D 10 37 14E 11 27
Octal 164 122 141 0 35 20 67 516 21 47
Binary 1110100 1010010 1100001 0 11101 10000 110111 101001110 10001 100111

Color Harmonies of #745261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745261

Black with #745261

Text Example


Text Example

White with #745261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745261; }

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

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

background-color css

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

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

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

border-color css

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

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

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