Html Css Color HEX #76536A Cosmic

📋 copy color: '#76536A'

red 118 ◦ green 83 ◦ blue 106

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

Shades of Cosmic #76536A

Tints of Cosmic #76536A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 34.53%

R = 38.44%
G = 27.04%
B = 34.53%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76536A (or 0x76536A) is known color: Cosmic. HEX triplet: 76, 53 and 6A. RGB value is (118,83,106). Sum of RGB (Red+Green+Blue) = 118+83+106=307 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.44% from 307); Green value is 83 (32.81% from 255 or 27.04% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 118 - color contains mainly: red. Hex color #76536A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76536A is #89AC95. Grayscale: #606060. Windows color (decimal): -9022614 or 6968182. OLE color: 6968182.

HSL color Cylindrical-coordinate representation of color #76536A: hue angle of 320.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 #76536A is Cyan = 0, Magento = 0.30, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 83 106 -
CMYK 0 0.30 0.10 0.54
HSL 320.57º 0.17% 0.39% -
HSV(B) 320.57º 0.3% 0.46% -
XYZ 13.17 11.08 15.08 -
YUV 96.09 133.6 143.63 -
System Red Green Blue C M Y K H S L
Decimal 118 83 106 0 0.30 0.10 0.54 320.57 0.17 0.39
Hex 76 53 6A 0 1E A 36 141 11 27
Octal 166 123 152 0 36 12 66 501 21 47
Binary 1110110 1010011 1101010 0 11110 1010 110110 101000001 10001 100111

Color Harmonies of #76536A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76536A

Black with #76536A

Text Example


Text Example

White with #76536A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76536A; }

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

 H1.HeaderClassName
 {
   color: #76536A;
 }
 .AnyTagClassName
 {
   color: #76536A;
 }
</style>

background-color css

<style>
 a { background-color: #76536A; }

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

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

border-color css

<style>
 span { border-color: #76536A; }

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

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