Html Css Color HEX #748150 Finch

📋 copy color: '#748150'

red 116 ◦ green 129 ◦ blue 80

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

Shades of Finch #748150

Tints of Finch #748150

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 24.62%

R = 35.69%
G = 39.69%
B = 24.62%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.38

 K value IS 0.49

RGB Variations

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

Color information

#748150 (or 0x748150) is known color: Finch. HEX triplet: 74, 81 and 50. RGB value is (116,129,80). Sum of RGB (Red+Green+Blue) = 116+129+80=325 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.69% from 325); Green value is 129 (50.78% from 255 or 39.69% from 325); Blue value is 80 (31.64% from 255 or 24.62% from 325); Max value from RGB is 129 - color contains mainly: green. Hex color #748150 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748150 is #8B7EAF. Grayscale: #777777. Windows color (decimal): -9141936 or 5276020. OLE color: 5276020.

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

Color convert

RGB 116 129 80 -
CMYK 0.10 0 0.38 0.49
HSL 75.92º 0.23% 0.41% -
HSV(B) 75.92º 0.38% 0.51% -
XYZ 16.5 19.99 10.58 -
YUV 119.53 105.69 125.48 -
System Red Green Blue C M Y K H S L
Decimal 116 129 80 0.10 0 0.38 0.49 75.92 0.23 0.41
Hex 74 81 50 A 0 26 31 4C 17 29
Octal 164 201 120 12 0 46 61 114 27 51
Binary 1110100 10000001 1010000 1010 0 100110 110001 1001100 10111 101001

Color Harmonies of #748150

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748150

Black with #748150

Text Example


Text Example

White with #748150

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748150; }

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

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

background-color css

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

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

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

border-color css

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

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

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