Html Css Color HEX #7B939C Bermuda Grey

📋 copy color: '#7B939C'

red 123 ◦ green 147 ◦ blue 156

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

Shades of Bermuda Grey #7B939C

Tints of Bermuda Grey #7B939C

RGB

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

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

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

R = 28.87%
G = 34.51%
B = 36.62%

CMYK

 C value IS 0.21

 M value IS 0.06

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7B939C (or 0x7B939C) is known color: Bermuda Grey. HEX triplet: 7B, 93 and 9C. RGB value is (123,147,156). Sum of RGB (Red+Green+Blue) = 123+147+156=426 (56% of max value = 765). Red value is 123 (48.44% from 255 or 28.87% from 426); Green value is 147 (57.81% from 255 or 34.51% from 426); Blue value is 156 (61.33% from 255 or 36.62% from 426); Max value from RGB is 156 - color contains mainly: blue. Hex color #7B939C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7B939C is #846C63. Grayscale: #8C8C8C. Windows color (decimal): -8678500 or 10261371. OLE color: 10261371.

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

Color convert

RGB 123 147 156 -
CMYK 0.21 0.06 0 0.39
HSL 196.36º 0.14% 0.55% -
HSV(B) 196.36º 0.21% 0.61% -
XYZ 24.6 27.48 35.46 -
YUV 140.85 136.55 115.27 -
System Red Green Blue C M Y K H S L
Decimal 123 147 156 0.21 0.06 0 0.39 196.36 0.14 0.55
Hex 7B 93 9C 15 6 0 27 C4 E 37
Octal 173 223 234 25 6 0 47 304 16 67
Binary 1111011 10010011 10011100 10101 110 0 100111 11000100 1110 110111

Color Harmonies of #7B939C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B939C

Black with #7B939C

Text Example


Text Example

White with #7B939C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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