Html Css Color HEX #74575F Cosmic

📋 copy color: '#74575F'

red 116 ◦ green 87 ◦ blue 95

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

Shades of Cosmic #74575F

Tints of Cosmic #74575F

RGB

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

 GREEN value IS 87 (34.38% from 255) = 29.19%

 BLUE value IS 95 (37.5% from 255) = 31.88%

R = 38.93%
G = 29.19%
B = 31.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#74575F (or 0x74575F) is known color: Cosmic. HEX triplet: 74, 57 and 5F. RGB value is (116,87,95). Sum of RGB (Red+Green+Blue) = 116+87+95=298 (39% of max value = 765). Red value is 116 (45.70% from 255 or 38.93% from 298); Green value is 87 (34.38% from 255 or 29.19% from 298); Blue value is 95 (37.5% from 255 or 31.88% from 298); Max value from RGB is 116 - color contains mainly: red. Hex color #74575F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74575F is #8BA8A0. Grayscale: #606060. Windows color (decimal): -9152673 or 6248308. OLE color: 6248308.

HSL color Cylindrical-coordinate representation of color #74575F: hue angle of 343.45º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74575F is Cyan = 0, Magento = 0.25, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 87 95 -
CMYK 0 0.25 0.18 0.55
HSL 343.45º 0.14% 0.4% -
HSV(B) 343.45º 0.25% 0.45% -
XYZ 12.68 11.36 12.35 -
YUV 96.58 127.11 141.85 -
System Red Green Blue C M Y K H S L
Decimal 116 87 95 0 0.25 0.18 0.55 343.45 0.14 0.4
Hex 74 57 5F 0 19 12 37 157 E 28
Octal 164 127 137 0 31 22 67 527 16 50
Binary 1110100 1010111 1011111 0 11001 10010 110111 101010111 1110 101000

Color Harmonies of #74575F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74575F

Black with #74575F

Text Example


Text Example

White with #74575F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74575F; }

 p { color: rgb(116,87,95); }

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

background-color css

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

 a { background-color: rgb(116,87,95); }

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

border-color css

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

 span { border-color: rgb(116,87,95); }

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