Html Css Color HEX #7A929D Bermuda Grey

📋 copy color: '#7A929D'

red 122 ◦ green 146 ◦ blue 157

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

Shades of Bermuda Grey #7A929D

Tints of Bermuda Grey #7A929D

RGB

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

 GREEN value IS 146 (57.42% from 255) = 34.35%

 BLUE value IS 157 (61.72% from 255) = 36.94%

R = 28.71%
G = 34.35%
B = 36.94%

CMYK

 C value IS 0.22

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7A929D (or 0x7A929D) is known color: Bermuda Grey. HEX triplet: 7A, 92 and 9D. RGB value is (122,146,157). Sum of RGB (Red+Green+Blue) = 122+146+157=425 (56% of max value = 765). Red value is 122 (48.05% from 255 or 28.71% from 425); Green value is 146 (57.42% from 255 or 34.35% from 425); Blue value is 157 (61.72% from 255 or 36.94% from 425); Max value from RGB is 157 - color contains mainly: blue. Hex color #7A929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A929D is #856D62. Grayscale: #8C8C8C. Windows color (decimal): -8744291 or 10326650. OLE color: 10326650.

HSL color Cylindrical-coordinate representation of color #7A929D: hue angle of 198.86º degrees, saturation: 0.15, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A929D is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 122 146 157 -
CMYK 0.22 0.07 0 0.38
HSL 198.86º 0.15% 0.55% -
HSV(B) 198.86º 0.22% 0.62% -
XYZ 24.39 27.13 35.85 -
YUV 140.08 137.55 115.11 -
System Red Green Blue C M Y K H S L
Decimal 122 146 157 0.22 0.07 0 0.38 198.86 0.15 0.55
Hex 7A 92 9D 16 7 0 26 C7 F 37
Octal 172 222 235 26 7 0 46 307 17 67
Binary 1111010 10010010 10011101 10110 111 0 100110 11000111 1111 110111

Color Harmonies of #7A929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A929D

Black with #7A929D

Text Example


Text Example

White with #7A929D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,146,157); }

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

background-color css

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

 a { background-color: rgb(122,146,157); }

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

border-color css

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

 span { border-color: rgb(122,146,157); }

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