Html Css Color HEX #74979D Gothic

📋 copy color: '#74979D'

red 116 ◦ green 151 ◦ blue 157

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

Shades of Gothic #74979D

Tints of Gothic #74979D

RGB

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

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

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

R = 27.36%
G = 35.61%
B = 37.03%

CMYK

 C value IS 0.26

 M value IS 0.04

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#74979D (or 0x74979D) is known color: Gothic. HEX triplet: 74, 97 and 9D. RGB value is (116,151,157). Sum of RGB (Red+Green+Blue) = 116+151+157=424 (56% of max value = 765). Red value is 116 (45.70% from 255 or 27.36% from 424); Green value is 151 (59.38% from 255 or 35.61% from 424); Blue value is 157 (61.72% from 255 or 37.03% from 424); Max value from RGB is 157 - color contains mainly: blue. Hex color #74979D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74979D is #8B6862. Grayscale: #8D8D8D. Windows color (decimal): -9136227 or 10327924. OLE color: 10327924.

HSL color Cylindrical-coordinate representation of color #74979D: hue angle of 188.78º degrees, saturation: 0.17, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #74979D is Cyan = 0.26, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 116 151 157 -
CMYK 0.26 0.04 0 0.38
HSL 188.78º 0.17% 0.54% -
HSV(B) 188.78º 0.26% 0.62% -
XYZ 24.35 28.28 36.07 -
YUV 141.22 136.9 110.01 -
System Red Green Blue C M Y K H S L
Decimal 116 151 157 0.26 0.04 0 0.38 188.78 0.17 0.54
Hex 74 97 9D 1A 4 0 26 BD 11 36
Octal 164 227 235 32 4 0 46 275 21 66
Binary 1110100 10010111 10011101 11010 100 0 100110 10111101 10001 110110

Color Harmonies of #74979D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74979D

Black with #74979D

Text Example


Text Example

White with #74979D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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