Html Css Color HEX #748D75 Davy's Grey

📋 copy color: '#748D75'

red 116 ◦ green 141 ◦ blue 117

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

Shades of Davy's Grey #748D75

Tints of Davy's Grey #748D75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 31.28%

R = 31.02%
G = 37.7%
B = 31.28%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.17

 K value IS 0.45

RGB Variations

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

Color information

#748D75 (or 0x748D75) is known color: Davy's Grey. HEX triplet: 74, 8D and 75. RGB value is (116,141,117). Sum of RGB (Red+Green+Blue) = 116+141+117=374 (49% of max value = 765). Red value is 116 (45.70% from 255 or 31.02% from 374); Green value is 141 (55.47% from 255 or 37.70% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 141 - color contains mainly: green. Hex color #748D75 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748D75 is #8B728A. Grayscale: #828282. Windows color (decimal): -9138827 or 7703924. OLE color: 7703924.

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

Color convert

RGB 116 141 117 -
CMYK 0.18 0 0.17 0.45
HSL 122.4º 0.1% 0.5% -
HSV(B) 122.4º 0.18% 0.55% -
XYZ 19.94 24.05 20.42 -
YUV 130.79 120.22 117.45 -
System Red Green Blue C M Y K H S L
Decimal 116 141 117 0.18 0 0.17 0.45 122.4 0.1 0.5
Hex 74 8D 75 12 0 11 2D 7A A 32
Octal 164 215 165 22 0 21 55 172 12 62
Binary 1110100 10001101 1110101 10010 0 10001 101101 1111010 1010 110010

Color Harmonies of #748D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748D75

Black with #748D75

Text Example


Text Example

White with #748D75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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