Html Css Color HEX #76565E Cosmic

📋 copy color: '#76565E'

red 118 ◦ green 86 ◦ blue 94

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

Shades of Cosmic #76565E

Tints of Cosmic #76565E

RGB

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

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

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

R = 39.6%
G = 28.86%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.54

RGB Variations

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

Color information

#76565E (or 0x76565E) is known color: Cosmic. HEX triplet: 76, 56 and 5E. RGB value is (118,86,94). Sum of RGB (Red+Green+Blue) = 118+86+94=298 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.60% from 298); Green value is 86 (33.98% from 255 or 28.86% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 118 - color contains mainly: red. Hex color #76565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76565E is #89A9A1. Grayscale: #606060. Windows color (decimal): -9021858 or 6182518. OLE color: 6182518.

HSL color Cylindrical-coordinate representation of color #76565E: hue angle of 345º 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 #76565E is Cyan = 0, Magento = 0.27, Yellow = 0.20 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 86 94 -
CMYK 0 0.27 0.20 0.54
HSL 345º 0.16% 0.4% -
HSV(B) 345º 0.27% 0.46% -
XYZ 12.82 11.32 12.1 -
YUV 96.48 126.6 143.35 -
System Red Green Blue C M Y K H S L
Decimal 118 86 94 0 0.27 0.20 0.54 345 0.16 0.4
Hex 76 56 5E 0 1B 14 36 159 10 28
Octal 166 126 136 0 33 24 66 531 20 50
Binary 1110110 1010110 1011110 0 11011 10100 110110 101011001 10000 101000

Color Harmonies of #76565E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76565E

Black with #76565E

Text Example


Text Example

White with #76565E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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