Html Css Color HEX #758A7F Granny Smith

📋 copy color: '#758A7F'

red 117 ◦ green 138 ◦ blue 127

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

Shades of Granny Smith #758A7F

Tints of Granny Smith #758A7F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 36.13%

 BLUE value IS 127 (50% from 255) = 33.25%

R = 30.63%
G = 36.13%
B = 33.25%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#758A7F (or 0x758A7F) is known color: Granny Smith. HEX triplet: 75, 8A and 7F. RGB value is (117,138,127). Sum of RGB (Red+Green+Blue) = 117+138+127=382 (50% of max value = 765). Red value is 117 (46.09% from 255 or 30.63% from 382); Green value is 138 (54.30% from 255 or 36.13% from 382); Blue value is 127 (50% from 255 or 33.25% from 382); Max value from RGB is 138 - color contains mainly: green. Hex color #758A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758A7F is #8A7580. Grayscale: #828282. Windows color (decimal): -9074049 or 8358517. OLE color: 8358517.

HSL color Cylindrical-coordinate representation of color #758A7F: hue angle of 148.57º degrees, saturation: 0.08, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #758A7F is Cyan = 0.15, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.46.

Color convert

RGB 117 138 127 -
CMYK 0.15 0 0.08 0.46
HSL 148.57º 0.08% 0.5% -
HSV(B) 148.57º 0.15% 0.54% -
XYZ 20.26 23.49 23.55 -
YUV 130.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 117 138 127 0.15 0 0.08 0.46 148.57 0.08 0.5
Hex 75 8A 7F F 0 8 2E 95 8 32
Octal 165 212 177 17 0 10 56 225 10 62
Binary 1110101 10001010 1111111 1111 0 1000 101110 10010101 1000 110010

Color Harmonies of #758A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #758A7F

Black with #758A7F

Text Example


Text Example

White with #758A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,138,127); }

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

background-color css

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

 a { background-color: rgb(117,138,127); }

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

border-color css

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

 span { border-color: rgb(117,138,127); }

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