Html Css Color HEX #76526A Cosmic

📋 copy color: '#76526A'

red 118 ◦ green 82 ◦ blue 106

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

Shades of Cosmic #76526A

Tints of Cosmic #76526A

RGB

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

 GREEN value IS 82 (32.42% from 255) = 26.8%

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

R = 38.56%
G = 26.8%
B = 34.64%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.10

 K value IS 0.54

RGB Variations

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

Color information

#76526A (or 0x76526A) is known color: Cosmic. HEX triplet: 76, 52 and 6A. RGB value is (118,82,106). Sum of RGB (Red+Green+Blue) = 118+82+106=306 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.56% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 106 (41.80% from 255 or 34.64% from 306); Max value from RGB is 118 - color contains mainly: red. Hex color #76526A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76526A is #89AD95. Grayscale: #5F5F5F. Windows color (decimal): -9022870 or 6967926. OLE color: 6967926.

HSL color Cylindrical-coordinate representation of color #76526A: hue angle of 320º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #76526A is Cyan = 0, Magento = 0.31, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB 118 82 106 -
CMYK 0 0.31 0.10 0.54
HSL 320º 0.18% 0.39% -
HSV(B) 320º 0.31% 0.46% -
XYZ 13.09 10.93 15.05 -
YUV 95.5 133.93 144.05 -
System Red Green Blue C M Y K H S L
Decimal 118 82 106 0 0.31 0.10 0.54 320 0.18 0.39
Hex 76 52 6A 0 1F A 36 140 12 27
Octal 166 122 152 0 37 12 66 500 22 47
Binary 1110110 1010010 1101010 0 11111 1010 110110 101000000 10010 100111

Color Harmonies of #76526A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76526A

Black with #76526A

Text Example


Text Example

White with #76526A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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