Html Css Color HEX #738374 Davy's Grey

📋 copy color: '#738374'

red 115 ◦ green 131 ◦ blue 116

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

Shades of Davy's Grey #738374

Tints of Davy's Grey #738374

RGB

 RED value IS 115 (45.31% from 255) = 31.77%

 GREEN value IS 131 (51.56% from 255) = 36.19%

 BLUE value IS 116 (45.7% from 255) = 32.04%

R = 31.77%
G = 36.19%
B = 32.04%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#738374 (or 0x738374) is known color: Davy's Grey. HEX triplet: 73, 83 and 74. RGB value is (115,131,116). Sum of RGB (Red+Green+Blue) = 115+131+116=362 (47% of max value = 765). Red value is 115 (45.31% from 255 or 31.77% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 116 (45.70% from 255 or 32.04% from 362); Max value from RGB is 131 - color contains mainly: green. Hex color #738374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #738374 is #8C7C8B. Grayscale: #7C7C7C. Windows color (decimal): -9206924 or 7635827. OLE color: 7635827.

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

Color convert

RGB 115 131 116 -
CMYK 0.12 0 0.11 0.49
HSL 123.75º 0.07% 0.48% -
HSV(B) 123.75º 0.12% 0.51% -
XYZ 18.34 21.14 19.64 -
YUV 124.51 123.2 121.22 -
System Red Green Blue C M Y K H S L
Decimal 115 131 116 0.12 0 0.11 0.49 123.75 0.07 0.48
Hex 73 83 74 C 0 B 31 7C 7 30
Octal 163 203 164 14 0 13 61 174 7 60
Binary 1110011 10000011 1110100 1100 0 1011 110001 1111100 111 110000

Color Harmonies of #738374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #738374

Black with #738374

Text Example


Text Example

White with #738374

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #738374; }

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

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

background-color css

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

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

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

border-color css

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

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

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