Html Css Color HEX #76535C Cosmic

📋 copy color: '#76535C'

red 118 ◦ green 83 ◦ blue 92

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

Shades of Cosmic #76535C

Tints of Cosmic #76535C

RGB

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

 GREEN value IS 83 (32.81% from 255) = 28.33%

 BLUE value IS 92 (36.33% from 255) = 31.4%

R = 40.27%
G = 28.33%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.54

RGB Variations

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

Color information

#76535C (or 0x76535C) is known color: Cosmic. HEX triplet: 76, 53 and 5C. RGB value is (118,83,92). Sum of RGB (Red+Green+Blue) = 118+83+92=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 83 (32.81% from 255 or 28.33% from 293); Blue value is 92 (36.33% from 255 or 31.40% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #76535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76535C is #89ACA3. Grayscale: #5E5E5E. Windows color (decimal): -9022628 or 6050678. OLE color: 6050678.

HSL color Cylindrical-coordinate representation of color #76535C: hue angle of 344.57º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #76535C is Cyan = 0, Magento = 0.30, Yellow = 0.22 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 83 92 -
CMYK 0 0.30 0.22 0.54
HSL 344.57º 0.17% 0.39% -
HSV(B) 344.57º 0.3% 0.46% -
XYZ 12.5 10.81 11.55 -
YUV 94.49 126.6 144.77 -
System Red Green Blue C M Y K H S L
Decimal 118 83 92 0 0.30 0.22 0.54 344.57 0.17 0.39
Hex 76 53 5C 0 1E 16 36 159 11 27
Octal 166 123 134 0 36 26 66 531 21 47
Binary 1110110 1010011 1011100 0 11110 10110 110110 101011001 10001 100111

Color Harmonies of #76535C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76535C

Black with #76535C

Text Example


Text Example

White with #76535C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76535C; }

 p { color: rgb(118,83,92); }

 H1.HeaderClassName
 {
   color: #76535C;
 }
 .AnyTagClassName
 {
   color: #76535C;
 }
</style>

background-color css

<style>
 a { background-color: #76535C; }

 a { background-color: rgb(118,83,92); }

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

border-color css

<style>
 span { border-color: #76535C; }

 span { border-color: rgb(118,83,92); }

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