Html Css Color HEX #748A49 Dingley

📋 copy color: '#748A49'

red 116 ◦ green 138 ◦ blue 73

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

Shades of Dingley #748A49

Tints of Dingley #748A49

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 22.32%

R = 35.47%
G = 42.2%
B = 22.32%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.47

 K value IS 0.46

RGB Variations

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

Color information

#748A49 (or 0x748A49) is known color: Dingley. HEX triplet: 74, 8A and 49. RGB value is (116,138,73). Sum of RGB (Red+Green+Blue) = 116+138+73=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 138 (54.30% from 255 or 42.20% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 138 - color contains mainly: green. Hex color #748A49 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748A49 is #8B75B6. Grayscale: #7C7C7C. Windows color (decimal): -9139639 or 4819572. OLE color: 4819572.

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

Color convert

RGB 116 138 73 -
CMYK 0.16 0 0.47 0.46
HSL 80.31º 0.31% 0.41% -
HSV(B) 80.31º 0.47% 0.54% -
XYZ 17.49 22.37 9.7 -
YUV 124.01 99.21 122.29 -
System Red Green Blue C M Y K H S L
Decimal 116 138 73 0.16 0 0.47 0.46 80.31 0.31 0.41
Hex 74 8A 49 10 0 2F 2E 50 1F 29
Octal 164 212 111 20 0 57 56 120 37 51
Binary 1110100 10001010 1001001 10000 0 101111 101110 1010000 11111 101001

Color Harmonies of #748A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748A49

Black with #748A49

Text Example


Text Example

White with #748A49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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