Html Css Color HEX #745262 Cosmic

📋 copy color: '#745262'

red 116 ◦ green 82 ◦ blue 98

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

Shades of Cosmic #745262

Tints of Cosmic #745262

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 33.11%

R = 39.19%
G = 27.7%
B = 33.11%

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

#745262 (or 0x745262) is known color: Cosmic. HEX triplet: 74, 52 and 62. RGB value is (116,82,98). Sum of RGB (Red+Green+Blue) = 116+82+98=296 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.19% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 98 (38.67% from 255 or 33.11% from 296); Max value from RGB is 116 - color contains mainly: red. Hex color #745262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #745262 is #8BAD9D. Grayscale: #5D5D5D. Windows color (decimal): -9153950 or 6443636. OLE color: 6443636.

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

Color convert

RGB 116 82 98 -
CMYK 0 0.29 0.16 0.55
HSL 331.76º 0.17% 0.39% -
HSV(B) 331.76º 0.29% 0.45% -
XYZ 12.42 10.63 12.95 -
YUV 93.99 130.26 143.7 -
System Red Green Blue C M Y K H S L
Decimal 116 82 98 0 0.29 0.16 0.55 331.76 0.17 0.39
Hex 74 52 62 0 1D 10 37 14C 11 27
Octal 164 122 142 0 35 20 67 514 21 47
Binary 1110100 1010010 1100010 0 11101 10000 110111 101001100 10001 100111

Color Harmonies of #745262

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #745262

Black with #745262

Text Example


Text Example

White with #745262

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #745262; }

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

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

background-color css

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

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

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

border-color css

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

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

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