Html Css Color HEX #74979F Bermuda Grey

📋 copy color: '#74979F'

red 116 ◦ green 151 ◦ blue 159

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

Shades of Bermuda Grey #74979F

Tints of Bermuda Grey #74979F

RGB

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

 GREEN value IS 151 (59.38% from 255) = 35.45%

 BLUE value IS 159 (62.5% from 255) = 37.32%

R = 27.23%
G = 35.45%
B = 37.32%

CMYK

 C value IS 0.27

 M value IS 0.05

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74979F (or 0x74979F) is known color: Bermuda Grey. HEX triplet: 74, 97 and 9F. RGB value is (116,151,159). Sum of RGB (Red+Green+Blue) = 116+151+159=426 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.23% from 426); Green value is 151 (59.38% from 255 or 35.45% from 426); Blue value is 159 (62.5% from 255 or 37.32% from 426); Max value from RGB is 159 - color contains mainly: blue. Hex color #74979F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74979F is #8B6860. Grayscale: #8D8D8D. Windows color (decimal): -9136225 or 10458996. OLE color: 10458996.

HSL color Cylindrical-coordinate representation of color #74979F: hue angle of 191.16º 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 #74979F is Cyan = 0.27, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 151 159 -
CMYK 0.27 0.05 0 0.38
HSL 191.16º 0.18% 0.54% -
HSV(B) 191.16º 0.27% 0.62% -
XYZ 24.53 28.35 36.98 -
YUV 141.45 137.9 109.85 -
System Red Green Blue C M Y K H S L
Decimal 116 151 159 0.27 0.05 0 0.38 191.16 0.18 0.54
Hex 74 97 9F 1B 5 0 26 BF 12 36
Octal 164 227 237 33 5 0 46 277 22 66
Binary 1110100 10010111 10011111 11011 101 0 100110 10111111 10010 110110

Color Harmonies of #74979F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74979F

Black with #74979F

Text Example


Text Example

White with #74979F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74979F; }

 p { color: rgb(116,151,159); }

 H1.HeaderClassName
 {
   color: #74979F;
 }
 .AnyTagClassName
 {
   color: #74979F;
 }
</style>

background-color css

<style>
 a { background-color: #74979F; }

 a { background-color: rgb(116,151,159); }

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

border-color css

<style>
 span { border-color: #74979F; }

 span { border-color: rgb(116,151,159); }

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