Html Css Color HEX #7D929D Bermuda Grey

📋 copy color: '#7D929D'

red 125 ◦ green 146 ◦ blue 157

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

Shades of Bermuda Grey #7D929D

Tints of Bermuda Grey #7D929D

RGB

 RED value IS 125 (49.22% from 255) = 29.21%

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

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

R = 29.21%
G = 34.11%
B = 36.68%

CMYK

 C value IS 0.20

 M value IS 0.07

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7D929D (or 0x7D929D) is known color: Bermuda Grey. HEX triplet: 7D, 92 and 9D. RGB value is (125,146,157). Sum of RGB (Red+Green+Blue) = 125+146+157=428 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.21% from 428); Green value is 146 (57.42% from 255 or 34.11% from 428); Blue value is 157 (61.72% from 255 or 36.68% from 428); Max value from RGB is 157 - color contains mainly: blue. Hex color #7D929D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7D929D is #826D62. Grayscale: #8C8C8C. Windows color (decimal): -8547683 or 10326653. OLE color: 10326653.

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

Color convert

RGB 125 146 157 -
CMYK 0.20 0.07 0 0.38
HSL 200.63º 0.14% 0.55% -
HSV(B) 200.63º 0.2% 0.62% -
XYZ 24.82 27.35 35.87 -
YUV 140.98 137.04 116.61 -
System Red Green Blue C M Y K H S L
Decimal 125 146 157 0.20 0.07 0 0.38 200.63 0.14 0.55
Hex 7D 92 9D 14 7 0 26 C9 E 37
Octal 175 222 235 24 7 0 46 311 16 67
Binary 1111101 10010010 10011101 10100 111 0 100110 11001001 1110 110111

Color Harmonies of #7D929D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D929D

Black with #7D929D

Text Example


Text Example

White with #7D929D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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