Html Css Color HEX #74525F Cosmic

📋 copy color: '#74525F'

red 116 ◦ green 82 ◦ blue 95

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

Shades of Cosmic #74525F

Tints of Cosmic #74525F

RGB

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

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

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

R = 39.59%
G = 27.99%
B = 32.42%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#74525F (or 0x74525F) is known color: Cosmic. HEX triplet: 74, 52 and 5F. RGB value is (116,82,95). Sum of RGB (Red+Green+Blue) = 116+82+95=293 (38% of max value = 765). Red value is 116 (45.70% from 255 or 39.59% from 293); Green value is 82 (32.42% from 255 or 27.99% from 293); Blue value is 95 (37.5% from 255 or 32.42% from 293); Max value from RGB is 116 - color contains mainly: red. Hex color #74525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74525F is #8BADA0. Grayscale: #5D5D5D. Windows color (decimal): -9153953 or 6247028. OLE color: 6247028.

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

Color convert

RGB 116 82 95 -
CMYK 0 0.29 0.18 0.55
HSL 337.06º 0.17% 0.39% -
HSV(B) 337.06º 0.29% 0.45% -
XYZ 12.29 10.57 12.22 -
YUV 93.65 128.76 143.94 -
System Red Green Blue C M Y K H S L
Decimal 116 82 95 0 0.29 0.18 0.55 337.06 0.17 0.39
Hex 74 52 5F 0 1D 12 37 151 11 27
Octal 164 122 137 0 35 22 67 521 21 47
Binary 1110100 1010010 1011111 0 11101 10010 110111 101010001 10001 100111

Color Harmonies of #74525F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74525F

Black with #74525F

Text Example


Text Example

White with #74525F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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