Html Css Color HEX #74959B Gothic

📋 copy color: '#74959B'

red 116 ◦ green 149 ◦ blue 155

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

Shades of Gothic #74959B

Tints of Gothic #74959B

RGB

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

 GREEN value IS 149 (58.59% from 255) = 35.48%

 BLUE value IS 155 (60.94% from 255) = 36.9%

R = 27.62%
G = 35.48%
B = 36.9%

CMYK

 C value IS 0.25

 M value IS 0.04

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#74959B (or 0x74959B) is known color: Gothic. HEX triplet: 74, 95 and 9B. RGB value is (116,149,155). Sum of RGB (Red+Green+Blue) = 116+149+155=420 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.62% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 155 (60.94% from 255 or 36.90% from 420); Max value from RGB is 155 - color contains mainly: blue. Hex color #74959B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #74959B is #8B6A64. Grayscale: #8B8B8B. Windows color (decimal): -9136741 or 10196340. OLE color: 10196340.

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

Color convert

RGB 116 149 155 -
CMYK 0.25 0.04 0 0.39
HSL 189.23º 0.16% 0.53% -
HSV(B) 189.23º 0.25% 0.61% -
XYZ 23.87 27.57 35.07 -
YUV 139.82 136.57 111.01 -
System Red Green Blue C M Y K H S L
Decimal 116 149 155 0.25 0.04 0 0.39 189.23 0.16 0.53
Hex 74 95 9B 19 4 0 27 BD 10 35
Octal 164 225 233 31 4 0 47 275 20 65
Binary 1110100 10010101 10011011 11001 100 0 100111 10111101 10000 110101

Color Harmonies of #74959B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74959B

Black with #74959B

Text Example


Text Example

White with #74959B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74959B; }

 p { color: rgb(116,149,155); }

 H1.HeaderClassName
 {
   color: #74959B;
 }
 .AnyTagClassName
 {
   color: #74959B;
 }
</style>

background-color css

<style>
 a { background-color: #74959B; }

 a { background-color: rgb(116,149,155); }

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

border-color css

<style>
 span { border-color: #74959B; }

 span { border-color: rgb(116,149,155); }

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