Html Css Color HEX #7B939A Bermuda Grey

📋 copy color: '#7B939A'

red 123 ◦ green 147 ◦ blue 154

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

Shades of Bermuda Grey #7B939A

Tints of Bermuda Grey #7B939A

RGB

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

 GREEN value IS 147 (57.81% from 255) = 34.67%

 BLUE value IS 154 (60.55% from 255) = 36.32%

R = 29.01%
G = 34.67%
B = 36.32%

CMYK

 C value IS 0.20

 M value IS 0.05

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#7B939A (or 0x7B939A) is known color: Bermuda Grey. HEX triplet: 7B, 93 and 9A. RGB value is (123,147,154). Sum of RGB (Red+Green+Blue) = 123+147+154=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 147 (57.81% from 255 or 34.67% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 154 - color contains mainly: blue. Hex color #7B939A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B939A is #846C65. Grayscale: #8C8C8C. Windows color (decimal): -8678502 or 10130299. OLE color: 10130299.

HSL color Cylindrical-coordinate representation of color #7B939A: hue angle of 193.55º degrees, saturation: 0.13, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #7B939A is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 123 147 154 -
CMYK 0.20 0.05 0 0.40
HSL 193.55º 0.13% 0.54% -
HSV(B) 193.55º 0.2% 0.6% -
XYZ 24.43 27.41 34.57 -
YUV 140.62 135.55 115.43 -
System Red Green Blue C M Y K H S L
Decimal 123 147 154 0.20 0.05 0 0.40 193.55 0.13 0.54
Hex 7B 93 9A 14 5 0 28 C2 D 36
Octal 173 223 232 24 5 0 50 302 15 66
Binary 1111011 10010011 10011010 10100 101 0 101000 11000010 1101 110110

Color Harmonies of #7B939A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B939A

Black with #7B939A

Text Example


Text Example

White with #7B939A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(123,147,154); }

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

background-color css

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

 a { background-color: rgb(123,147,154); }

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

border-color css

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

 span { border-color: rgb(123,147,154); }

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