Html Css Color HEX #7C919E Bermuda Grey

📋 copy color: '#7C919E'

red 124 ◦ green 145 ◦ blue 158

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

Shades of Bermuda Grey #7C919E

Tints of Bermuda Grey #7C919E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 33.96%

 BLUE value IS 158 (62.11% from 255) = 37%

R = 29.04%
G = 33.96%
B = 37%

CMYK

 C value IS 0.22

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#7C919E (or 0x7C919E) is known color: Bermuda Grey. HEX triplet: 7C, 91 and 9E. RGB value is (124,145,158). Sum of RGB (Red+Green+Blue) = 124+145+158=427 (56% of max value = 765). Red value is 124 (48.83% from 255 or 29.04% from 427); Green value is 145 (57.03% from 255 or 33.96% from 427); Blue value is 158 (62.11% from 255 or 37.00% from 427); Max value from RGB is 158 - color contains mainly: blue. Hex color #7C919E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #7C919E is #836E61. Grayscale: #8C8C8C. Windows color (decimal): -8613474 or 10391932. OLE color: 10391932.

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

Color convert

RGB 124 145 158 -
CMYK 0.22 0.08 0 0.38
HSL 202.94º 0.15% 0.55% -
HSV(B) 202.94º 0.22% 0.62% -
XYZ 24.61 27 36.26 -
YUV 140.2 138.04 116.44 -
System Red Green Blue C M Y K H S L
Decimal 124 145 158 0.22 0.08 0 0.38 202.94 0.15 0.55
Hex 7C 91 9E 16 8 0 26 CB F 37
Octal 174 221 236 26 10 0 46 313 17 67
Binary 1111100 10010001 10011110 10110 1000 0 100110 11001011 1111 110111

Color Harmonies of #7C919E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C919E

Black with #7C919E

Text Example


Text Example

White with #7C919E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,145,158); }

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

background-color css

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

 a { background-color: rgb(124,145,158); }

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

border-color css

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

 span { border-color: rgb(124,145,158); }

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