Html Css Color HEX #7B929D Bermuda Grey

📋 copy color: '#7B929D'

red 123 ◦ green 146 ◦ blue 157

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

Shades of Bermuda Grey #7B929D

Tints of Bermuda Grey #7B929D

RGB

 RED value IS 123 (48.44% from 255) = 28.87%

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

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

R = 28.87%
G = 34.27%
B = 36.85%

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

#7B929D (or 0x7B929D) is known color: Bermuda Grey. HEX triplet: 7B, 92 and 9D. RGB value is (123,146,157). Sum of RGB (Red+Green+Blue) = 123+146+157=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 146 (57.42% from 255 or 34.27% from 426); Blue value is 157 (61.72% from 255 or 36.85% from 426); Max value from RGB is 157 - color contains mainly: blue. Hex color #7B929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B929D is #846D62. Grayscale: #8C8C8C. Windows color (decimal): -8678755 or 10326651. OLE color: 10326651.

HSL color Cylindrical-coordinate representation of color #7B929D: hue angle of 199.41º 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 #7B929D is Cyan = 0.22, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 123 146 157 -
CMYK 0.22 0.07 0 0.38
HSL 199.41º 0.15% 0.55% -
HSV(B) 199.41º 0.22% 0.62% -
XYZ 24.53 27.2 35.86 -
YUV 140.38 137.38 115.61 -
System Red Green Blue C M Y K H S L
Decimal 123 146 157 0.22 0.07 0 0.38 199.41 0.15 0.55
Hex 7B 92 9D 16 7 0 26 C7 F 37
Octal 173 222 235 26 7 0 46 307 17 67
Binary 1111011 10010010 10011101 10110 111 0 100110 11000111 1111 110111

Color Harmonies of #7B929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B929D

Black with #7B929D

Text Example


Text Example

White with #7B929D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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