Html Css Color HEX #7A606F Cosmic

📋 copy color: '#7A606F'

red 122 ◦ green 96 ◦ blue 111

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

Shades of Cosmic #7A606F

Tints of Cosmic #7A606F

RGB

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

 GREEN value IS 96 (37.89% from 255) = 29.18%

 BLUE value IS 111 (43.75% from 255) = 33.74%

R = 37.08%
G = 29.18%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.09

 K value IS 0.52

RGB Variations

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

Color information

#7A606F (or 0x7A606F) is known color: Cosmic. HEX triplet: 7A, 60 and 6F. RGB value is (122,96,111). Sum of RGB (Red+Green+Blue) = 122+96+111=329 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.08% from 329); Green value is 96 (37.89% from 255 or 29.18% from 329); Blue value is 111 (43.75% from 255 or 33.74% from 329); Max value from RGB is 122 - color contains mainly: red. Hex color #7A606F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A606F is #859F90. Grayscale: #696969. Windows color (decimal): -8757137 or 7299194. OLE color: 7299194.

HSL color Cylindrical-coordinate representation of color #7A606F: hue angle of 325.38º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #7A606F is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.52.

Color convert

RGB 122 96 111 -
CMYK 0 0.21 0.09 0.52
HSL 325.38º 0.12% 0.43% -
HSV(B) 325.38º 0.21% 0.48% -
XYZ 15.08 13.65 16.88 -
YUV 105.48 131.11 139.78 -
System Red Green Blue C M Y K H S L
Decimal 122 96 111 0 0.21 0.09 0.52 325.38 0.12 0.43
Hex 7A 60 6F 0 15 9 34 145 C 2B
Octal 172 140 157 0 25 11 64 505 14 53
Binary 1111010 1100000 1101111 0 10101 1001 110100 101000101 1100 101011

Color Harmonies of #7A606F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A606F

Black with #7A606F

Text Example


Text Example

White with #7A606F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,96,111); }

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

background-color css

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

 a { background-color: rgb(122,96,111); }

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

border-color css

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

 span { border-color: rgb(122,96,111); }

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