Html Css Color HEX #7A909C Bermuda Grey

📋 copy color: '#7A909C'

red 122 ◦ green 144 ◦ blue 156

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

Shades of Bermuda Grey #7A909C

Tints of Bermuda Grey #7A909C

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.12%

 BLUE value IS 156 (61.33% from 255) = 36.97%

R = 28.91%
G = 34.12%
B = 36.97%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7A909C (or 0x7A909C) is known color: Bermuda Grey. HEX triplet: 7A, 90 and 9C. RGB value is (122,144,156). Sum of RGB (Red+Green+Blue) = 122+144+156=422 (55% of max value = 765). Red value is 122 (48.05% from 255 or 28.91% from 422); Green value is 144 (56.64% from 255 or 34.12% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 156 - color contains mainly: blue. Hex color #7A909C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7A909C is #856F63. Grayscale: #8A8A8A. Windows color (decimal): -8744804 or 10260602. OLE color: 10260602.

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

Color convert

RGB 122 144 156 -
CMYK 0.22 0.08 0 0.39
HSL 201.18º 0.15% 0.55% -
HSV(B) 201.18º 0.22% 0.61% -
XYZ 24 26.48 35.3 -
YUV 138.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 122 144 156 0.22 0.08 0 0.39 201.18 0.15 0.55
Hex 7A 90 9C 16 8 0 27 C9 F 37
Octal 172 220 234 26 10 0 47 311 17 67
Binary 1111010 10010000 10011100 10110 1000 0 100111 11001001 1111 110111

Color Harmonies of #7A909C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A909C

Black with #7A909C

Text Example


Text Example

White with #7A909C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(122,144,156); }

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

background-color css

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

 a { background-color: rgb(122,144,156); }

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

border-color css

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

 span { border-color: rgb(122,144,156); }

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