Html Css Color HEX #7B929F Bermuda Grey

📋 copy color: '#7B929F'

red 123 ◦ green 146 ◦ blue 159

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

Shades of Bermuda Grey #7B929F

Tints of Bermuda Grey #7B929F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 37.15%

R = 28.74%
G = 34.11%
B = 37.15%

CMYK

 C value IS 0.23

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7B929F (or 0x7B929F) is known color: Bermuda Grey. HEX triplet: 7B, 92 and 9F. RGB value is (123,146,159). Sum of RGB (Red+Green+Blue) = 123+146+159=428 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.74% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 159 (62.5% from 255 or 37.15% from 428); Max value from RGB is 159 - color contains mainly: blue. Hex color #7B929F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B929F is #846D60. Grayscale: #8C8C8C. Windows color (decimal): -8678753 or 10457723. OLE color: 10457723.

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

Color convert

RGB 123 146 159 -
CMYK 0.23 0.08 0 0.38
HSL 201.67º 0.16% 0.55% -
HSV(B) 201.67º 0.23% 0.62% -
XYZ 24.71 27.27 36.76 -
YUV 140.61 138.38 115.44 -
System Red Green Blue C M Y K H S L
Decimal 123 146 159 0.23 0.08 0 0.38 201.67 0.16 0.55
Hex 7B 92 9F 17 8 0 26 CA 10 37
Octal 173 222 237 27 10 0 46 312 20 67
Binary 1111011 10010010 10011111 10111 1000 0 100110 11001010 10000 110111

Color Harmonies of #7B929F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B929F

Black with #7B929F

Text Example


Text Example

White with #7B929F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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