Html Css Color HEX #759599 Gothic

📋 copy color: '#759599'

red 117 ◦ green 149 ◦ blue 153

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

Shades of Gothic #759599

Tints of Gothic #759599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 36.52%

R = 27.92%
G = 35.56%
B = 36.52%

CMYK

 C value IS 0.24

 M value IS 0.03

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#759599 (or 0x759599) is known color: Gothic. HEX triplet: 75, 95 and 99. RGB value is (117,149,153). Sum of RGB (Red+Green+Blue) = 117+149+153=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 153 (60.16% from 255 or 36.52% from 419); Max value from RGB is 153 - color contains mainly: blue. Hex color #759599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759599 is #8A6A66. Grayscale: #8B8B8B. Windows color (decimal): -9071207 or 10065269. OLE color: 10065269.

HSL color Cylindrical-coordinate representation of color #759599: hue angle of 186.67º 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 #759599 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 117 149 153 -
CMYK 0.24 0.03 0 0.4
HSL 186.67º 0.15% 0.53% -
HSV(B) 186.67º 0.24% 0.6% -
XYZ 23.83 27.58 34.2 -
YUV 139.89 135.4 111.67 -
System Red Green Blue C M Y K H S L
Decimal 117 149 153 0.24 0.03 0 0.4 186.67 0.15 0.53
Hex 75 95 99 18 3 0 28 BB F 35
Octal 165 225 231 30 3 0 50 273 17 65
Binary 1110101 10010101 10011001 11000 11 0 101000 10111011 1111 110101

Color Harmonies of #759599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759599

Black with #759599

Text Example


Text Example

White with #759599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759599; }

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

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

background-color css

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

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

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

border-color css

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

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

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