Html Css Color HEX #75959A Gothic

📋 copy color: '#75959A'

red 117 ◦ green 149 ◦ blue 154

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

Shades of Gothic #75959A

Tints of Gothic #75959A

RGB

 RED value IS 117 (46.09% from 255) = 27.86%

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

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

R = 27.86%
G = 35.48%
B = 36.67%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#75959A (or 0x75959A) is known color: Gothic. HEX triplet: 75, 95 and 9A. RGB value is (117,149,154). Sum of RGB (Red+Green+Blue) = 117+149+154=420 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.86% from 420); Green value is 149 (58.59% from 255 or 35.48% from 420); Blue value is 154 (60.55% from 255 or 36.67% from 420); Max value from RGB is 154 - color contains mainly: blue. Hex color #75959A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75959A is #8A6A65. Grayscale: #8B8B8B. Windows color (decimal): -9071206 or 10130805. OLE color: 10130805.

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

Color convert

RGB 117 149 154 -
CMYK 0.24 0.03 0 0.40
HSL 188.11º 0.15% 0.53% -
HSV(B) 188.11º 0.24% 0.6% -
XYZ 23.92 27.61 34.64 -
YUV 140 135.9 111.59 -
System Red Green Blue C M Y K H S L
Decimal 117 149 154 0.24 0.03 0 0.40 188.11 0.15 0.53
Hex 75 95 9A 18 3 0 28 BC F 35
Octal 165 225 232 30 3 0 50 274 17 65
Binary 1110101 10010101 10011010 11000 11 0 101000 10111100 1111 110101

Color Harmonies of #75959A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75959A

Black with #75959A

Text Example


Text Example

White with #75959A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,149,154); }

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

background-color css

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

 a { background-color: rgb(117,149,154); }

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

border-color css

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

 span { border-color: rgb(117,149,154); }

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