Html Css Color HEX #7A566B Cosmic

📋 copy color: '#7A566B'

red 122 ◦ green 86 ◦ blue 107

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

Shades of Cosmic #7A566B

Tints of Cosmic #7A566B

RGB

 RED value IS 122 (48.05% from 255) = 38.73%

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

 BLUE value IS 107 (42.19% from 255) = 33.97%

R = 38.73%
G = 27.3%
B = 33.97%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.12

 K value IS 0.52

RGB Variations

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

Color information

#7A566B (or 0x7A566B) is known color: Cosmic. HEX triplet: 7A, 56 and 6B. RGB value is (122,86,107). Sum of RGB (Red+Green+Blue) = 122+86+107=315 (41% of max value = 765). Red value is 122 (48.05% from 255 or 38.73% from 315); Green value is 86 (33.98% from 255 or 27.30% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 122 - color contains mainly: red. Hex color #7A566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A566B is #85A994. Grayscale: #636363. Windows color (decimal): -8759701 or 7034490. OLE color: 7034490.

HSL color Cylindrical-coordinate representation of color #7A566B: hue angle of 325º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7A566B is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 86 107 -
CMYK 0 0.30 0.12 0.52
HSL 325º 0.17% 0.41% -
HSV(B) 325º 0.3% 0.48% -
XYZ 14.01 11.85 15.46 -
YUV 99.16 132.43 144.29 -
System Red Green Blue C M Y K H S L
Decimal 122 86 107 0 0.30 0.12 0.52 325 0.17 0.41
Hex 7A 56 6B 0 1E C 34 145 11 29
Octal 172 126 153 0 36 14 64 505 21 51
Binary 1111010 1010110 1101011 0 11110 1100 110100 101000101 10001 101001

Color Harmonies of #7A566B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A566B

Black with #7A566B

Text Example


Text Example

White with #7A566B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A566B; }

 p { color: rgb(122,86,107); }

 H1.HeaderClassName
 {
   color: #7A566B;
 }
 .AnyTagClassName
 {
   color: #7A566B;
 }
</style>

background-color css

<style>
 a { background-color: #7A566B; }

 a { background-color: rgb(122,86,107); }

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

border-color css

<style>
 span { border-color: #7A566B; }

 span { border-color: rgb(122,86,107); }

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