Html Css Color HEX #745263 Cosmic

📋 copy color: '#745263'

red 116 ◦ green 82 ◦ blue 99

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

Shades of Cosmic #745263

Tints of Cosmic #745263

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 33.33%

R = 39.06%
G = 27.61%
B = 33.33%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#745263 (or 0x745263) is known color: Cosmic. HEX triplet: 74, 52 and 63. RGB value is (116,82,99). Sum of RGB (Red+Green+Blue) = 116+82+99=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 82 (32.42% from 255 or 27.61% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #745263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745263 is #8BAD9C. Grayscale: #5E5E5E. Windows color (decimal): -9153949 or 6509172. OLE color: 6509172.

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

Color convert

RGB 116 82 99 -
CMYK 0 0.29 0.15 0.55
HSL 330º 0.17% 0.39% -
HSV(B) 330º 0.29% 0.45% -
XYZ 12.47 10.65 13.2 -
YUV 94.1 130.76 143.62 -
System Red Green Blue C M Y K H S L
Decimal 116 82 99 0 0.29 0.15 0.55 330 0.17 0.39
Hex 74 52 63 0 1D F 37 14A 11 27
Octal 164 122 143 0 35 17 67 512 21 47
Binary 1110100 1010010 1100011 0 11101 1111 110111 101001010 10001 100111

Color Harmonies of #745263

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745263

Black with #745263

Text Example


Text Example

White with #745263

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745263; }

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

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

background-color css

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

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

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

border-color css

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

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

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