Html Css Color HEX #7C929D Bermuda Grey

📋 copy color: '#7C929D'

red 124 ◦ green 146 ◦ blue 157

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

Shades of Bermuda Grey #7C929D

Tints of Bermuda Grey #7C929D

RGB

 RED value IS 124 (48.83% from 255) = 29.04%

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

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

R = 29.04%
G = 34.19%
B = 36.77%

CMYK

 C value IS 0.21

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C929D (or 0x7C929D) is known color: Bermuda Grey. HEX triplet: 7C, 92 and 9D. RGB value is (124,146,157). Sum of RGB (Red+Green+Blue) = 124+146+157=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 146 (57.42% from 255 or 34.19% from 427); Blue value is 157 (61.72% from 255 or 36.77% from 427); Max value from RGB is 157 - color contains mainly: blue. Hex color #7C929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C929D is #836D62. Grayscale: #8C8C8C. Windows color (decimal): -8613219 or 10326652. OLE color: 10326652.

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

Color convert

RGB 124 146 157 -
CMYK 0.21 0.07 0 0.38
HSL 200º 0.14% 0.55% -
HSV(B) 200º 0.21% 0.62% -
XYZ 24.68 27.28 35.86 -
YUV 140.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 124 146 157 0.21 0.07 0 0.38 200 0.14 0.55
Hex 7C 92 9D 15 7 0 26 C8 E 37
Octal 174 222 235 25 7 0 46 310 16 67
Binary 1111100 10010010 10011101 10101 111 0 100110 11001000 1110 110111

Color Harmonies of #7C929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C929D

Black with #7C929D

Text Example


Text Example

White with #7C929D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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