Html Css Color HEX #74535E Cosmic

📋 copy color: '#74535E'

red 116 ◦ green 83 ◦ blue 94

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

Shades of Cosmic #74535E

Tints of Cosmic #74535E

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.33%

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

R = 39.59%
G = 28.33%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#74535E (or 0x74535E) is known color: Cosmic. HEX triplet: 74, 53 and 5E. RGB value is (116,83,94). Sum of RGB (Red+Green+Blue) = 116+83+94=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 94 (37.11% from 255 or 32.08% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #74535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74535E is #8BACA1. Grayscale: #5E5E5E. Windows color (decimal): -9153698 or 6181748. OLE color: 6181748.

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

Color convert

RGB 116 83 94 -
CMYK 0 0.28 0.19 0.55
HSL 340º 0.17% 0.39% -
HSV(B) 340º 0.28% 0.45% -
XYZ 12.32 10.71 12.01 -
YUV 94.12 127.93 143.61 -
System Red Green Blue C M Y K H S L
Decimal 116 83 94 0 0.28 0.19 0.55 340 0.17 0.39
Hex 74 53 5E 0 1C 13 37 154 11 27
Octal 164 123 136 0 34 23 67 524 21 47
Binary 1110100 1010011 1011110 0 11100 10011 110111 101010100 10001 100111

Color Harmonies of #74535E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74535E

Black with #74535E

Text Example


Text Example

White with #74535E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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