Html Css Color HEX #759B87 Granny Smith

📋 copy color: '#759B87'

red 117 ◦ green 155 ◦ blue 135

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

Shades of Granny Smith #759B87

Tints of Granny Smith #759B87

RGB

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

 GREEN value IS 155 (60.94% from 255) = 38.08%

 BLUE value IS 135 (53.13% from 255) = 33.17%

R = 28.75%
G = 38.08%
B = 33.17%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.13

 K value IS 0.39

RGB Variations

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

Color information

#759B87 (or 0x759B87) is known color: Granny Smith. HEX triplet: 75, 9B and 87. RGB value is (117,155,135). Sum of RGB (Red+Green+Blue) = 117+155+135=407 (53% of max value = 765). Red value is 117 (46.09% from 255 or 28.75% from 407); Green value is 155 (60.94% from 255 or 38.08% from 407); Blue value is 135 (53.12% from 255 or 33.17% from 407); Max value from RGB is 155 - color contains mainly: green. Hex color #759B87 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759B87 is #8A6478. Grayscale: #8D8D8D. Windows color (decimal): -9069689 or 8887157. OLE color: 8887157.

HSL color Cylindrical-coordinate representation of color #759B87: hue angle of 148.42º 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 #759B87 is Cyan = 0.25, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.39.

Color convert

RGB 117 155 135 -
CMYK 0.25 0 0.13 0.39
HSL 148.42º 0.16% 0.53% -
HSV(B) 148.42º 0.25% 0.61% -
XYZ 23.43 28.97 27.28 -
YUV 141.36 124.41 110.63 -
System Red Green Blue C M Y K H S L
Decimal 117 155 135 0.25 0 0.13 0.39 148.42 0.16 0.53
Hex 75 9B 87 19 0 D 27 94 10 35
Octal 165 233 207 31 0 15 47 224 20 65
Binary 1110101 10011011 10000111 11001 0 1101 100111 10010100 10000 110101

Color Harmonies of #759B87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #759B87

Black with #759B87

Text Example


Text Example

White with #759B87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #759B87; }

 p { color: rgb(117,155,135); }

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

background-color css

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

 a { background-color: rgb(117,155,135); }

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

border-color css

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

 span { border-color: rgb(117,155,135); }

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