Html Css Color HEX #74884B Dingley

📋 copy color: '#74884B'

red 116 ◦ green 136 ◦ blue 75

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

Shades of Dingley #74884B

Tints of Dingley #74884B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.94%

R = 35.47%
G = 41.59%
B = 22.94%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#74884B (or 0x74884B) is known color: Dingley. HEX triplet: 74, 88 and 4B. RGB value is (116,136,75). Sum of RGB (Red+Green+Blue) = 116+136+75=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 136 (53.52% from 255 or 41.59% from 327); Blue value is 75 (29.69% from 255 or 22.94% from 327); Max value from RGB is 136 - color contains mainly: green. Hex color #74884B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74884B is #8B77B4. Grayscale: #7B7B7B. Windows color (decimal): -9140149 or 4950132. OLE color: 4950132.

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

Color convert

RGB 116 136 75 -
CMYK 0.15 0 0.45 0.47
HSL 79.67º 0.29% 0.41% -
HSV(B) 79.67º 0.45% 0.53% -
XYZ 17.28 21.83 9.96 -
YUV 123.07 100.87 122.96 -
System Red Green Blue C M Y K H S L
Decimal 116 136 75 0.15 0 0.45 0.47 79.67 0.29 0.41
Hex 74 88 4B F 0 2D 2F 50 1D 29
Octal 164 210 113 17 0 55 57 120 35 51
Binary 1110100 10001000 1001011 1111 0 101101 101111 1010000 11101 101001

Color Harmonies of #74884B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74884B

Black with #74884B

Text Example


Text Example

White with #74884B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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