Html Css Color HEX #758C82 Granny Smith

📋 copy color: '#758C82'

red 117 ◦ green 140 ◦ blue 130

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

Shades of Granny Smith #758C82

Tints of Granny Smith #758C82

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.18%

 BLUE value IS 130 (51.17% from 255) = 33.59%

R = 30.23%
G = 36.18%
B = 33.59%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#758C82 (or 0x758C82) is known color: Granny Smith. HEX triplet: 75, 8C and 82. RGB value is (117,140,130). Sum of RGB (Red+Green+Blue) = 117+140+130=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 140 (55.08% from 255 or 36.18% from 387); Blue value is 130 (51.17% from 255 or 33.59% from 387); Max value from RGB is 140 - color contains mainly: green. Hex color #758C82 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #758C82 is #8A737D. Grayscale: #848484. Windows color (decimal): -9073534 or 8555637. OLE color: 8555637.

HSL color Cylindrical-coordinate representation of color #758C82: hue angle of 153.91º degrees, saturation: 0.09, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #758C82 is Cyan = 0.16, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 117 140 130 -
CMYK 0.16 0 0.07 0.45
HSL 153.91º 0.09% 0.5% -
HSV(B) 153.91º 0.16% 0.55% -
XYZ 20.74 24.15 24.69 -
YUV 131.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 117 140 130 0.16 0 0.07 0.45 153.91 0.09 0.5
Hex 75 8C 82 10 0 7 2D 9A 9 32
Octal 165 214 202 20 0 7 55 232 11 62
Binary 1110101 10001100 10000010 10000 0 111 101101 10011010 1001 110010

Color Harmonies of #758C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758C82

Black with #758C82

Text Example


Text Example

White with #758C82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #758C82; }

 p { color: rgb(117,140,130); }

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

background-color css

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

 a { background-color: rgb(117,140,130); }

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

border-color css

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

 span { border-color: rgb(117,140,130); }

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