Html Css Color HEX #74884A Dingley

📋 copy color: '#74884A'

red 116 ◦ green 136 ◦ blue 74

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

Shades of Dingley #74884A

Tints of Dingley #74884A

RGB

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

 GREEN value IS 136 (53.52% from 255) = 41.72%

 BLUE value IS 74 (29.3% from 255) = 22.7%

R = 35.58%
G = 41.72%
B = 22.7%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#74884A (or 0x74884A) is known color: Dingley. HEX triplet: 74, 88 and 4A. RGB value is (116,136,74). Sum of RGB (Red+Green+Blue) = 116+136+74=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 136 (53.52% from 255 or 41.72% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 136 - color contains mainly: green. Hex color #74884A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74884A is #8B77B5. Grayscale: #7B7B7B. Windows color (decimal): -9140150 or 4884596. OLE color: 4884596.

HSL color Cylindrical-coordinate representation of color #74884A: hue angle of 79.35º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #74884A is Cyan = 0.15, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 136 74 -
CMYK 0.15 0 0.46 0.47
HSL 79.35º 0.3% 0.41% -
HSV(B) 79.35º 0.46% 0.53% -
XYZ 17.24 21.82 9.78 -
YUV 122.95 100.37 123.04 -
System Red Green Blue C M Y K H S L
Decimal 116 136 74 0.15 0 0.46 0.47 79.35 0.3 0.41
Hex 74 88 4A F 0 2E 2F 4F 1E 29
Octal 164 210 112 17 0 56 57 117 36 51
Binary 1110100 10001000 1001010 1111 0 101110 101111 1001111 11110 101001

Color Harmonies of #74884A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74884A

Black with #74884A

Text Example


Text Example

White with #74884A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74884A; }

 p { color: rgb(116,136,74); }

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

background-color css

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

 a { background-color: rgb(116,136,74); }

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

border-color css

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

 span { border-color: rgb(116,136,74); }

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