Html Css Color HEX #74515E Cosmic

📋 copy color: '#74515E'

red 116 ◦ green 81 ◦ blue 94

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

Shades of Cosmic #74515E

Tints of Cosmic #74515E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 27.84%

 BLUE value IS 94 (37.11% from 255) = 32.3%

R = 39.86%
G = 27.84%
B = 32.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74515E (or 0x74515E) is known color: Cosmic. HEX triplet: 74, 51 and 5E. RGB value is (116,81,94). Sum of RGB (Red+Green+Blue) = 116+81+94=291 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.86% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 94 (37.11% from 255 or 32.30% from 291); Max value from RGB is 116 - color contains mainly: red. Hex color #74515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74515E is #8BAEA1. Grayscale: #5C5C5C. Windows color (decimal): -9154210 or 6181236. OLE color: 6181236.

HSL color Cylindrical-coordinate representation of color #74515E: hue angle of 337.71º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #74515E is Cyan = 0, Magento = 0.30, Yellow = 0.19 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 81 94 -
CMYK 0 0.30 0.19 0.55
HSL 337.71º 0.18% 0.39% -
HSV(B) 337.71º 0.3% 0.45% -
XYZ 12.17 10.41 11.96 -
YUV 92.95 128.6 144.44 -
System Red Green Blue C M Y K H S L
Decimal 116 81 94 0 0.30 0.19 0.55 337.71 0.18 0.39
Hex 74 51 5E 0 1E 13 37 152 12 27
Octal 164 121 136 0 36 23 67 522 22 47
Binary 1110100 1010001 1011110 0 11110 10011 110111 101010010 10010 100111

Color Harmonies of #74515E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74515E

Black with #74515E

Text Example


Text Example

White with #74515E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74515E; }

 p { color: rgb(116,81,94); }

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

background-color css

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

 a { background-color: rgb(116,81,94); }

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

border-color css

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

 span { border-color: rgb(116,81,94); }

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