Html Css Color HEX #748B81 Granny Smith

📋 copy color: '#748B81'

red 116 ◦ green 139 ◦ blue 129

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

Shades of Granny Smith #748B81

Tints of Granny Smith #748B81

RGB

 RED value IS 116 (45.7% from 255) = 30.21%

 GREEN value IS 139 (54.69% from 255) = 36.2%

 BLUE value IS 129 (50.78% from 255) = 33.59%

R = 30.21%
G = 36.2%
B = 33.59%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.07

 K value IS 0.45

RGB Variations

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

Color information

#748B81 (or 0x748B81) is known color: Granny Smith. HEX triplet: 74, 8B and 81. RGB value is (116,139,129). Sum of RGB (Red+Green+Blue) = 116+139+129=384 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.21% from 384); Green value is 139 (54.69% from 255 or 36.20% from 384); Blue value is 129 (50.78% from 255 or 33.59% from 384); Max value from RGB is 139 - color contains mainly: green. Hex color #748B81 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748B81 is #8B747E. Grayscale: #838383. Windows color (decimal): -9139327 or 8489844. OLE color: 8489844.

HSL color Cylindrical-coordinate representation of color #748B81: 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.17%. Process color model (Four color, CMYK) of #748B81 is Cyan = 0.17, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 139 129 -
CMYK 0.17 0 0.07 0.45
HSL 153.91º 0.09% 0.5% -
HSV(B) 153.91º 0.17% 0.55% -
XYZ 20.4 23.76 24.28 -
YUV 130.98 126.88 117.31 -
System Red Green Blue C M Y K H S L
Decimal 116 139 129 0.17 0 0.07 0.45 153.91 0.09 0.5
Hex 74 8B 81 11 0 7 2D 9A 9 32
Octal 164 213 201 21 0 7 55 232 11 62
Binary 1110100 10001011 10000001 10001 0 111 101101 10011010 1001 110010

Color Harmonies of #748B81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748B81

Black with #748B81

Text Example


Text Example

White with #748B81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748B81; }

 p { color: rgb(116,139,129); }

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

background-color css

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

 a { background-color: rgb(116,139,129); }

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

border-color css

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

 span { border-color: rgb(116,139,129); }

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