Html Css Color HEX #74929E Bermuda Grey

📋 copy color: '#74929E'

red 116 ◦ green 146 ◦ blue 158

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

Shades of Bermuda Grey #74929E

Tints of Bermuda Grey #74929E

RGB

 RED value IS 116 (45.7% from 255) = 27.62%

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

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

R = 27.62%
G = 34.76%
B = 37.62%

CMYK

 C value IS 0.27

 M value IS 0.08

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74929E (or 0x74929E) is known color: Bermuda Grey. HEX triplet: 74, 92 and 9E. RGB value is (116,146,158). Sum of RGB (Red+Green+Blue) = 116+146+158=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 146 (57.42% from 255 or 34.76% from 420); Blue value is 158 (62.11% from 255 or 37.62% from 420); Max value from RGB is 158 - color contains mainly: blue. Hex color #74929E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74929E is #8B6D61. Grayscale: #8A8A8A. Windows color (decimal): -9137506 or 10392180. OLE color: 10392180.

HSL color Cylindrical-coordinate representation of color #74929E: hue angle of 197.14º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #74929E is Cyan = 0.27, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 146 158 -
CMYK 0.27 0.08 0 0.38
HSL 197.14º 0.18% 0.54% -
HSV(B) 197.14º 0.27% 0.62% -
XYZ 23.65 26.74 36.26 -
YUV 138.4 139.06 112.02 -
System Red Green Blue C M Y K H S L
Decimal 116 146 158 0.27 0.08 0 0.38 197.14 0.18 0.54
Hex 74 92 9E 1B 8 0 26 C5 12 36
Octal 164 222 236 33 10 0 46 305 22 66
Binary 1110100 10010010 10011110 11011 1000 0 100110 11000101 10010 110110

Color Harmonies of #74929E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74929E

Black with #74929E

Text Example


Text Example

White with #74929E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74929E; }

 p { color: rgb(116,146,158); }

 H1.HeaderClassName
 {
   color: #74929E;
 }
 .AnyTagClassName
 {
   color: #74929E;
 }
</style>

background-color css

<style>
 a { background-color: #74929E; }

 a { background-color: rgb(116,146,158); }

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

border-color css

<style>
 span { border-color: #74929E; }

 span { border-color: rgb(116,146,158); }

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