Html Css Color HEX #748155 Finch

📋 copy color: '#748155'

red 116 ◦ green 129 ◦ blue 85

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

Shades of Finch #748155

Tints of Finch #748155

RGB

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

 GREEN value IS 129 (50.78% from 255) = 39.09%

 BLUE value IS 85 (33.59% from 255) = 25.76%

R = 35.15%
G = 39.09%
B = 25.76%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.34

 K value IS 0.49

RGB Variations

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

Color information

#748155 (or 0x748155) is known color: Finch. HEX triplet: 74, 81 and 55. RGB value is (116,129,85). Sum of RGB (Red+Green+Blue) = 116+129+85=330 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.15% from 330); Green value is 129 (50.78% from 255 or 39.09% from 330); Blue value is 85 (33.59% from 255 or 25.76% from 330); Max value from RGB is 129 - color contains mainly: green. Hex color #748155 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748155 is #8B7EAA. Grayscale: #787878. Windows color (decimal): -9141931 or 5603700. OLE color: 5603700.

HSL color Cylindrical-coordinate representation of color #748155: hue angle of 77.73º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #748155 is Cyan = 0.10, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.

Color convert

RGB 116 129 85 -
CMYK 0.10 0 0.34 0.49
HSL 77.73º 0.21% 0.42% -
HSV(B) 77.73º 0.34% 0.51% -
XYZ 16.69 20.07 11.59 -
YUV 120.1 108.19 125.08 -
System Red Green Blue C M Y K H S L
Decimal 116 129 85 0.10 0 0.34 0.49 77.73 0.21 0.42
Hex 74 81 55 A 0 22 31 4E 15 2A
Octal 164 201 125 12 0 42 61 116 25 52
Binary 1110100 10000001 1010101 1010 0 100010 110001 1001110 10101 101010

Color Harmonies of #748155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748155

Black with #748155

Text Example


Text Example

White with #748155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748155; }

 p { color: rgb(116,129,85); }

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

background-color css

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

 a { background-color: rgb(116,129,85); }

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

border-color css

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

 span { border-color: rgb(116,129,85); }

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