Html Css Color HEX #74949A Gothic

📋 copy color: '#74949A'

red 116 ◦ green 148 ◦ blue 154

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

Shades of Gothic #74949A

Tints of Gothic #74949A

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.41%

 BLUE value IS 154 (60.55% from 255) = 36.84%

R = 27.75%
G = 35.41%
B = 36.84%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#74949A (or 0x74949A) is known color: Gothic. HEX triplet: 74, 94 and 9A. RGB value is (116,148,154). Sum of RGB (Red+Green+Blue) = 116+148+154=418 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.75% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 154 - color contains mainly: blue. Hex color #74949A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74949A is #8B6B65. Grayscale: #8B8B8B. Windows color (decimal): -9136998 or 10130548. OLE color: 10130548.

HSL color Cylindrical-coordinate representation of color #74949A: hue angle of 189.47º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #74949A is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 116 148 154 -
CMYK 0.25 0.04 0 0.40
HSL 189.47º 0.16% 0.53% -
HSV(B) 189.47º 0.25% 0.6% -
XYZ 23.63 27.23 34.58 -
YUV 139.12 136.4 111.51 -
System Red Green Blue C M Y K H S L
Decimal 116 148 154 0.25 0.04 0 0.40 189.47 0.16 0.53
Hex 74 94 9A 19 4 0 28 BD 10 35
Octal 164 224 232 31 4 0 50 275 20 65
Binary 1110100 10010100 10011010 11001 100 0 101000 10111101 10000 110101

Color Harmonies of #74949A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74949A

Black with #74949A

Text Example


Text Example

White with #74949A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74949A; }

 p { color: rgb(116,148,154); }

 H1.HeaderClassName
 {
   color: #74949A;
 }
 .AnyTagClassName
 {
   color: #74949A;
 }
</style>

background-color css

<style>
 a { background-color: #74949A; }

 a { background-color: rgb(116,148,154); }

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

border-color css

<style>
 span { border-color: #74949A; }

 span { border-color: rgb(116,148,154); }

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