Html Css Color HEX #76565F Cosmic

📋 copy color: '#76565F'

red 118 ◦ green 86 ◦ blue 95

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

Shades of Cosmic #76565F

Tints of Cosmic #76565F

RGB

 RED value IS 118 (46.48% from 255) = 39.46%

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

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

R = 39.46%
G = 28.76%
B = 31.77%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.19

 K value IS 0.54

RGB Variations

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

Color information

#76565F (or 0x76565F) is known color: Cosmic. HEX triplet: 76, 56 and 5F. RGB value is (118,86,95). Sum of RGB (Red+Green+Blue) = 118+86+95=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 95 (37.5% from 255 or 31.77% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #76565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76565F is #89A9A0. Grayscale: #606060. Windows color (decimal): -9021857 or 6248054. OLE color: 6248054.

HSL color Cylindrical-coordinate representation of color #76565F: hue angle of 343.12º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #76565F is Cyan = 0, Magento = 0.27, Yellow = 0.19 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 86 95 -
CMYK 0 0.27 0.19 0.54
HSL 343.13º 0.16% 0.4% -
HSV(B) 343.13º 0.27% 0.46% -
XYZ 12.86 11.33 12.34 -
YUV 96.59 127.1 143.27 -
System Red Green Blue C M Y K H S L
Decimal 118 86 95 0 0.27 0.19 0.54 343.13 0.16 0.4
Hex 76 56 5F 0 1B 13 36 157 10 28
Octal 166 126 137 0 33 23 66 527 20 50
Binary 1110110 1010110 1011111 0 11011 10011 110110 101010111 10000 101000

Color Harmonies of #76565F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76565F

Black with #76565F

Text Example


Text Example

White with #76565F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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