Html Css Color HEX #748749 Finch

📋 copy color: '#748749'

red 116 ◦ green 135 ◦ blue 73

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

Shades of Finch #748749

Tints of Finch #748749

RGB

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

 GREEN value IS 135 (53.13% from 255) = 41.67%

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

R = 35.8%
G = 41.67%
B = 22.53%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#748749 (or 0x748749) is known color: Finch. HEX triplet: 74, 87 and 49. RGB value is (116,135,73). Sum of RGB (Red+Green+Blue) = 116+135+73=324 (42% of max value = 765). Red value is 116 (45.70% from 255 or 35.80% from 324); Green value is 135 (53.12% from 255 or 41.67% from 324); Blue value is 73 (28.91% from 255 or 22.53% from 324); Max value from RGB is 135 - color contains mainly: green. Hex color #748749 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748749 is #8B78B6. Grayscale: #7A7A7A. Windows color (decimal): -9140407 or 4818804. OLE color: 4818804.

HSL color Cylindrical-coordinate representation of color #748749: hue angle of 78.39º 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 #748749 is Cyan = 0.14, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 116 135 73 -
CMYK 0.14 0 0.46 0.47
HSL 78.39º 0.3% 0.41% -
HSV(B) 78.39º 0.46% 0.53% -
XYZ 17.07 21.52 9.56 -
YUV 122.25 100.21 123.54 -
System Red Green Blue C M Y K H S L
Decimal 116 135 73 0.14 0 0.46 0.47 78.39 0.3 0.41
Hex 74 87 49 E 0 2E 2F 4E 1E 29
Octal 164 207 111 16 0 56 57 116 36 51
Binary 1110100 10000111 1001001 1110 0 101110 101111 1001110 11110 101001

Color Harmonies of #748749

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748749

Black with #748749

Text Example


Text Example

White with #748749

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748749; }

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

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

background-color css

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

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

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

border-color css

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

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

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