Html Css Color HEX #74565F Cosmic

📋 copy color: '#74565F'

red 116 ◦ green 86 ◦ blue 95

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

Shades of Cosmic #74565F

Tints of Cosmic #74565F

RGB

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

 GREEN value IS 86 (33.98% from 255) = 28.96%

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

R = 39.06%
G = 28.96%
B = 31.99%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#74565F (or 0x74565F) is known color: Cosmic. HEX triplet: 74, 56 and 5F. RGB value is (116,86,95). Sum of RGB (Red+Green+Blue) = 116+86+95=297 (39% of max value = 765). Red value is 116 (45.70% from 255 or 39.06% from 297); Green value is 86 (33.98% from 255 or 28.96% from 297); Blue value is 95 (37.5% from 255 or 31.99% from 297); Max value from RGB is 116 - color contains mainly: red. Hex color #74565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #74565F is #8BA9A0. Grayscale: #5F5F5F. Windows color (decimal): -9152929 or 6248052. OLE color: 6248052.

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

Color convert

RGB 116 86 95 -
CMYK 0 0.26 0.18 0.55
HSL 342º 0.15% 0.4% -
HSV(B) 342º 0.26% 0.45% -
XYZ 12.6 11.19 12.32 -
YUV 96 127.44 142.27 -
System Red Green Blue C M Y K H S L
Decimal 116 86 95 0 0.26 0.18 0.55 342 0.15 0.4
Hex 74 56 5F 0 1A 12 37 156 F 28
Octal 164 126 137 0 32 22 67 526 17 50
Binary 1110100 1010110 1011111 0 11010 10010 110111 101010110 1111 101000

Color Harmonies of #74565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74565F

Black with #74565F

Text Example


Text Example

White with #74565F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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