Html Css Color HEX #748E83 Granny Smith

📋 copy color: '#748E83'

red 116 ◦ green 142 ◦ blue 131

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

Shades of Granny Smith #748E83

Tints of Granny Smith #748E83

RGB

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

 GREEN value IS 142 (55.86% from 255) = 36.5%

 BLUE value IS 131 (51.56% from 255) = 33.68%

R = 29.82%
G = 36.5%
B = 33.68%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.08

 K value IS 0.44

RGB Variations

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

Color information

#748E83 (or 0x748E83) is known color: Granny Smith. HEX triplet: 74, 8E and 83. RGB value is (116,142,131). Sum of RGB (Red+Green+Blue) = 116+142+131=389 (51% of max value = 765). Red value is 116 (45.70% from 255 or 29.82% from 389); Green value is 142 (55.86% from 255 or 36.50% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 142 - color contains mainly: green. Hex color #748E83 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #748E83 is #8B717C. Grayscale: #848484. Windows color (decimal): -9138557 or 8621684. OLE color: 8621684.

HSL color Cylindrical-coordinate representation of color #748E83: hue angle of 154.62º degrees, saturation: 0.1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #748E83 is Cyan = 0.18, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.44.

Color convert

RGB 116 142 131 -
CMYK 0.18 0 0.08 0.44
HSL 154.62º 0.1% 0.51% -
HSV(B) 154.62º 0.18% 0.56% -
XYZ 20.97 24.7 25.13 -
YUV 132.97 126.89 115.89 -
System Red Green Blue C M Y K H S L
Decimal 116 142 131 0.18 0 0.08 0.44 154.62 0.1 0.51
Hex 74 8E 83 12 0 8 2C 9B A 33
Octal 164 216 203 22 0 10 54 233 12 63
Binary 1110100 10001110 10000011 10010 0 1000 101100 10011011 1010 110011

Color Harmonies of #748E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748E83

Black with #748E83

Text Example


Text Example

White with #748E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,142,131); }

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

background-color css

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

 a { background-color: rgb(116,142,131); }

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

border-color css

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

 span { border-color: rgb(116,142,131); }

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