Html Css Color HEX #748A7F Granny Smith

📋 copy color: '#748A7F'

red 116 ◦ green 138 ◦ blue 127

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

Shades of Granny Smith #748A7F

Tints of Granny Smith #748A7F

RGB

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

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

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

R = 30.45%
G = 36.22%
B = 33.33%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.08

 K value IS 0.46

RGB Variations

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

Color information

#748A7F (or 0x748A7F) is known color: Granny Smith. HEX triplet: 74, 8A and 7F. RGB value is (116,138,127). Sum of RGB (Red+Green+Blue) = 116+138+127=381 (50% of max value = 765). Red value is 116 (45.70% from 255 or 30.45% from 381); Green value is 138 (54.30% from 255 or 36.22% from 381); Blue value is 127 (50% from 255 or 33.33% from 381); Max value from RGB is 138 - color contains mainly: green. Hex color #748A7F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748A7F is #8B7580. Grayscale: #828282. Windows color (decimal): -9139585 or 8358516. OLE color: 8358516.

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

Color convert

RGB 116 138 127 -
CMYK 0.16 0 0.08 0.46
HSL 150º 0.09% 0.5% -
HSV(B) 150º 0.16% 0.54% -
XYZ 20.12 23.42 23.54 -
YUV 130.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 116 138 127 0.16 0 0.08 0.46 150 0.09 0.5
Hex 74 8A 7F 10 0 8 2E 96 9 32
Octal 164 212 177 20 0 10 56 226 11 62
Binary 1110100 10001010 1111111 10000 0 1000 101110 10010110 1001 110010

Color Harmonies of #748A7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748A7F

Black with #748A7F

Text Example


Text Example

White with #748A7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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