Html Css Color HEX #7C909B Bermuda Grey

📋 copy color: '#7C909B'

red 124 ◦ green 144 ◦ blue 155

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

Shades of Bermuda Grey #7C909B

Tints of Bermuda Grey #7C909B

RGB

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

 GREEN value IS 144 (56.64% from 255) = 34.04%

 BLUE value IS 155 (60.94% from 255) = 36.64%

R = 29.31%
G = 34.04%
B = 36.64%

CMYK

 C value IS 0.2

 M value IS 0.07

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#7C909B (or 0x7C909B) is known color: Bermuda Grey. HEX triplet: 7C, 90 and 9B. RGB value is (124,144,155). Sum of RGB (Red+Green+Blue) = 124+144+155=423 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.31% from 423); Green value is 144 (56.64% from 255 or 34.04% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #7C909B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C909B is #836F64. Grayscale: #8B8B8B. Windows color (decimal): -8613733 or 10195068. OLE color: 10195068.

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

Color convert

RGB 124 144 155 -
CMYK 0.2 0.07 0 0.39
HSL 201.29º 0.13% 0.55% -
HSV(B) 201.29º 0.2% 0.61% -
XYZ 24.2 26.6 34.87 -
YUV 139.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 124 144 155 0.2 0.07 0 0.39 201.29 0.13 0.55
Hex 7C 90 9B 14 7 0 27 C9 D 37
Octal 174 220 233 24 7 0 47 311 15 67
Binary 1111100 10010000 10011011 10100 111 0 100111 11001001 1101 110111

Color Harmonies of #7C909B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C909B

Black with #7C909B

Text Example


Text Example

White with #7C909B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,144,155); }

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

background-color css

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

 a { background-color: rgb(124,144,155); }

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

border-color css

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

 span { border-color: rgb(124,144,155); }

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