Html Css Color HEX #74764A Finch

📋 copy color: '#74764A'

red 116 ◦ green 118 ◦ blue 74

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

Shades of Finch #74764A

Tints of Finch #74764A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 38.31%

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

R = 37.66%
G = 38.31%
B = 24.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.37

 K value IS 0.54

RGB Variations

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

Color information

#74764A (or 0x74764A) is known color: Finch. HEX triplet: 74, 76 and 4A. RGB value is (116,118,74). Sum of RGB (Red+Green+Blue) = 116+118+74=308 (40% of max value = 765). Red value is 116 (45.70% from 255 or 37.66% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #74764A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #74764A is #8B89B5. Grayscale: #707070. Windows color (decimal): -9144758 or 4879988. OLE color: 4879988.

HSL color Cylindrical-coordinate representation of color #74764A: hue angle of 62.73º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74764A is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 118 74 -
CMYK 0.02 0 0.37 0.54
HSL 62.73º 0.23% 0.38% -
HSV(B) 62.73º 0.37% 0.46% -
XYZ 14.92 17.16 9.01 -
YUV 112.39 106.34 130.58 -
System Red Green Blue C M Y K H S L
Decimal 116 118 74 0.02 0 0.37 0.54 62.73 0.23 0.38
Hex 74 76 4A 2 0 25 36 3F 17 26
Octal 164 166 112 2 0 45 66 77 27 46
Binary 1110100 1110110 1001010 10 0 100101 110110 111111 10111 100110

Color Harmonies of #74764A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #74764A

Black with #74764A

Text Example


Text Example

White with #74764A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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