Html Css Color HEX #74515A Cosmic

📋 copy color: '#74515A'

red 116 ◦ green 81 ◦ blue 90

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

Shades of Cosmic #74515A

Tints of Cosmic #74515A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 31.36%

R = 40.42%
G = 28.22%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#74515A (or 0x74515A) is known color: Cosmic. HEX triplet: 74, 51 and 5A. RGB value is (116,81,90). Sum of RGB (Red+Green+Blue) = 116+81+90=287 (38% of max value = 765). Red value is 116 (45.70% from 255 or 40.42% from 287); Green value is 81 (32.03% from 255 or 28.22% from 287); Blue value is 90 (35.55% from 255 or 31.36% from 287); Max value from RGB is 116 - color contains mainly: red. Hex color #74515A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74515A is #8BAEA5. Grayscale: #5C5C5C. Windows color (decimal): -9154214 or 5919092. OLE color: 5919092.

HSL color Cylindrical-coordinate representation of color #74515A: hue angle of 344.57º 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 #74515A is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 81 90 -
CMYK 0 0.30 0.22 0.55
HSL 344.57º 0.18% 0.39% -
HSV(B) 344.57º 0.3% 0.45% -
XYZ 11.99 10.34 11.04 -
YUV 92.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 116 81 90 0 0.30 0.22 0.55 344.57 0.18 0.39
Hex 74 51 5A 0 1E 16 37 159 12 27
Octal 164 121 132 0 36 26 67 531 22 47
Binary 1110100 1010001 1011010 0 11110 10110 110111 101011001 10010 100111

Color Harmonies of #74515A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74515A

Black with #74515A

Text Example


Text Example

White with #74515A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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