Html Css Color HEX #748245 Finch

📋 copy color: '#748245'

red 116 ◦ green 130 ◦ blue 69

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

Shades of Finch #748245

Tints of Finch #748245

RGB

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

 GREEN value IS 130 (51.17% from 255) = 41.27%

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

R = 36.83%
G = 41.27%
B = 21.9%

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

#748245 (or 0x748245) is known color: Finch. HEX triplet: 74, 82 and 45. RGB value is (116,130,69). Sum of RGB (Red+Green+Blue) = 116+130+69=315 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.83% from 315); Green value is 130 (51.17% from 255 or 41.27% from 315); Blue value is 69 (27.34% from 255 or 21.90% from 315); Max value from RGB is 130 - color contains mainly: green. Hex color #748245 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748245 is #8B7DBA. Grayscale: #777777. Windows color (decimal): -9141691 or 4555380. OLE color: 4555380.

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

Color convert

RGB 116 130 69 -
CMYK 0.11 0 0.47 0.49
HSL 73.77º 0.31% 0.39% -
HSV(B) 73.77º 0.47% 0.51% -
XYZ 16.26 20.11 8.65 -
YUV 118.86 99.86 125.96 -
System Red Green Blue C M Y K H S L
Decimal 116 130 69 0.11 0 0.47 0.49 73.77 0.31 0.39
Hex 74 82 45 B 0 2F 31 4A 1F 27
Octal 164 202 105 13 0 57 61 112 37 47
Binary 1110100 10000010 1000101 1011 0 101111 110001 1001010 11111 100111

Color Harmonies of #748245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748245

Black with #748245

Text Example


Text Example

White with #748245

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748245; }

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

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

background-color css

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

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

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

border-color css

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

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

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