Html Css Color HEX #74864D Finch

📋 copy color: '#74864D'

red 116 ◦ green 134 ◦ blue 77

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

Shades of Finch #74864D

Tints of Finch #74864D

RGB

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

 GREEN value IS 134 (52.73% from 255) = 40.98%

 BLUE value IS 77 (30.47% from 255) = 23.55%

R = 35.47%
G = 40.98%
B = 23.55%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.43

 K value IS 0.47

RGB Variations

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

Color information

#74864D (or 0x74864D) is known color: Finch. HEX triplet: 74, 86 and 4D. RGB value is (116,134,77). Sum of RGB (Red+Green+Blue) = 116+134+77=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 134 (52.73% from 255 or 40.98% from 327); Blue value is 77 (30.47% from 255 or 23.55% from 327); Max value from RGB is 134 - color contains mainly: green. Hex color #74864D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74864D is #8B79B2. Grayscale: #7A7A7A. Windows color (decimal): -9140659 or 5080692. OLE color: 5080692.

HSL color Cylindrical-coordinate representation of color #74864D: hue angle of 78.95º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74864D is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 134 77 -
CMYK 0.13 0 0.43 0.47
HSL 78.95º 0.27% 0.41% -
HSV(B) 78.95º 0.43% 0.53% -
XYZ 17.07 21.3 10.23 -
YUV 122.12 102.54 123.63 -
System Red Green Blue C M Y K H S L
Decimal 116 134 77 0.13 0 0.43 0.47 78.95 0.27 0.41
Hex 74 86 4D D 0 2B 2F 4F 1B 29
Octal 164 206 115 15 0 53 57 117 33 51
Binary 1110100 10000110 1001101 1101 0 101011 101111 1001111 11011 101001

Color Harmonies of #74864D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74864D

Black with #74864D

Text Example


Text Example

White with #74864D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #74864D; }

 p { color: rgb(116,134,77); }

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

background-color css

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

 a { background-color: rgb(116,134,77); }

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

border-color css

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

 span { border-color: rgb(116,134,77); }

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