Html Css Color HEX #748D71 Davy's Grey

📋 copy color: '#748D71'

red 116 ◦ green 141 ◦ blue 113

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

Shades of Davy's Grey #748D71

Tints of Davy's Grey #748D71

RGB

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

 GREEN value IS 141 (55.47% from 255) = 38.11%

 BLUE value IS 113 (44.53% from 255) = 30.54%

R = 31.35%
G = 38.11%
B = 30.54%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.20

 K value IS 0.45

RGB Variations

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

Color information

#748D71 (or 0x748D71) is known color: Davy's Grey. HEX triplet: 74, 8D and 71. RGB value is (116,141,113). Sum of RGB (Red+Green+Blue) = 116+141+113=370 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.35% from 370); Green value is 141 (55.47% from 255 or 38.11% from 370); Blue value is 113 (44.53% from 255 or 30.54% from 370); Max value from RGB is 141 - color contains mainly: green. Hex color #748D71 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748D71 is #8B728E. Grayscale: #828282. Windows color (decimal): -9138831 or 7441780. OLE color: 7441780.

HSL color Cylindrical-coordinate representation of color #748D71: hue angle of 113.57º degrees, saturation: 0.11, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #748D71 is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.45.

Color convert

RGB 116 141 113 -
CMYK 0.18 0 0.20 0.45
HSL 113.57º 0.11% 0.5% -
HSV(B) 113.57º 0.2% 0.55% -
XYZ 19.71 23.96 19.21 -
YUV 130.33 118.22 117.78 -
System Red Green Blue C M Y K H S L
Decimal 116 141 113 0.18 0 0.20 0.45 113.57 0.11 0.5
Hex 74 8D 71 12 0 14 2D 72 B 32
Octal 164 215 161 22 0 24 55 162 13 62
Binary 1110100 10001101 1110001 10010 0 10100 101101 1110010 1011 110010

Color Harmonies of #748D71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748D71

Black with #748D71

Text Example


Text Example

White with #748D71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,141,113); }

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

background-color css

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

 a { background-color: rgb(116,141,113); }

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

border-color css

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

 span { border-color: rgb(116,141,113); }

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