Html Css Color HEX #748345 Finch

📋 copy color: '#748345'

red 116 ◦ green 131 ◦ blue 69

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

Shades of Finch #748345

Tints of Finch #748345

RGB

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

 GREEN value IS 131 (51.56% from 255) = 41.46%

 BLUE value IS 69 (27.34% from 255) = 21.84%

R = 36.71%
G = 41.46%
B = 21.84%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.47

 K value IS 0.49

RGB Variations

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

Color information

#748345 (or 0x748345) is known color: Finch. HEX triplet: 74, 83 and 45. RGB value is (116,131,69). Sum of RGB (Red+Green+Blue) = 116+131+69=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 131 (51.56% from 255 or 41.46% from 316); Blue value is 69 (27.34% from 255 or 21.84% from 316); Max value from RGB is 131 - color contains mainly: green. Hex color #748345 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748345 is #8B7CBA. Grayscale: #777777. Windows color (decimal): -9141435 or 4555636. OLE color: 4555636.

HSL color Cylindrical-coordinate representation of color #748345: hue angle of 74.52º degrees, saturation: 0.31, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #748345 is Cyan = 0.11, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 131 69 -
CMYK 0.11 0 0.47 0.49
HSL 74.52º 0.31% 0.39% -
HSV(B) 74.52º 0.47% 0.51% -
XYZ 16.39 20.38 8.7 -
YUV 119.45 99.53 125.54 -
System Red Green Blue C M Y K H S L
Decimal 116 131 69 0.11 0 0.47 0.49 74.52 0.31 0.39
Hex 74 83 45 B 0 2F 31 4B 1F 27
Octal 164 203 105 13 0 57 61 113 37 47
Binary 1110100 10000011 1000101 1011 0 101111 110001 1001011 11111 100111

Color Harmonies of #748345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748345

Black with #748345

Text Example


Text Example

White with #748345

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748345; }

 p { color: rgb(116,131,69); }

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

background-color css

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

 a { background-color: rgb(116,131,69); }

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

border-color css

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

 span { border-color: rgb(116,131,69); }

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