Html Css Color HEX #748575 Davy's Grey

📋 copy color: '#748575'

red 116 ◦ green 133 ◦ blue 117

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

Shades of Davy's Grey #748575

Tints of Davy's Grey #748575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 36.34%

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

R = 31.69%
G = 36.34%
B = 31.97%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#748575 (or 0x748575) is known color: Davy's Grey. HEX triplet: 74, 85 and 75. RGB value is (116,133,117). Sum of RGB (Red+Green+Blue) = 116+133+117=366 (48% of max value = 765). Red value is 116 (45.70% from 255 or 31.69% from 366); Green value is 133 (52.34% from 255 or 36.34% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 133 - color contains mainly: green. Hex color #748575 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748575 is #8B7A8A. Grayscale: #7E7E7E. Windows color (decimal): -9140875 or 7701876. OLE color: 7701876.

HSL color Cylindrical-coordinate representation of color #748575: hue angle of 123.53º degrees, saturation: 0.07, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #748575 is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 133 117 -
CMYK 0.13 0 0.12 0.48
HSL 123.53º 0.07% 0.49% -
HSV(B) 123.53º 0.13% 0.52% -
XYZ 18.8 21.77 20.04 -
YUV 126.09 122.87 120.8 -
System Red Green Blue C M Y K H S L
Decimal 116 133 117 0.13 0 0.12 0.48 123.53 0.07 0.49
Hex 74 85 75 D 0 C 30 7C 7 31
Octal 164 205 165 15 0 14 60 174 7 61
Binary 1110100 10000101 1110101 1101 0 1100 110000 1111100 111 110001

Color Harmonies of #748575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748575

Black with #748575

Text Example


Text Example

White with #748575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748575; }

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

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

background-color css

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

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

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

border-color css

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

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

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