Html Css Color HEX #75959C Gothic

📋 copy color: '#75959C'

red 117 ◦ green 149 ◦ blue 156

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

Shades of Gothic #75959C

Tints of Gothic #75959C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.97%

R = 27.73%
G = 35.31%
B = 36.97%

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

#75959C (or 0x75959C) is known color: Gothic. HEX triplet: 75, 95 and 9C. RGB value is (117,149,156). Sum of RGB (Red+Green+Blue) = 117+149+156=422 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.73% from 422); Green value is 149 (58.59% from 255 or 35.31% from 422); Blue value is 156 (61.33% from 255 or 36.97% from 422); Max value from RGB is 156 - color contains mainly: blue. Hex color #75959C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #75959C is #8A6A63. Grayscale: #8C8C8C. Windows color (decimal): -9071204 or 10261877. OLE color: 10261877.

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

Color convert

RGB 117 149 156 -
CMYK 0.25 0.04 0 0.39
HSL 190.77º 0.16% 0.54% -
HSV(B) 190.77º 0.25% 0.61% -
XYZ 24.08 27.68 35.53 -
YUV 140.23 136.9 111.43 -
System Red Green Blue C M Y K H S L
Decimal 117 149 156 0.25 0.04 0 0.39 190.77 0.16 0.54
Hex 75 95 9C 19 4 0 27 BF 10 36
Octal 165 225 234 31 4 0 47 277 20 66
Binary 1110101 10010101 10011100 11001 100 0 100111 10111111 10000 110110

Color Harmonies of #75959C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75959C

Black with #75959C

Text Example


Text Example

White with #75959C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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