Html Css Color HEX #748053 Finch

📋 copy color: '#748053'

red 116 ◦ green 128 ◦ blue 83

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

Shades of Finch #748053

Tints of Finch #748053

RGB

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

 GREEN value IS 128 (50.39% from 255) = 39.14%

 BLUE value IS 83 (32.81% from 255) = 25.38%

R = 35.47%
G = 39.14%
B = 25.38%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#748053 (or 0x748053) is known color: Finch. HEX triplet: 74, 80 and 53. RGB value is (116,128,83). Sum of RGB (Red+Green+Blue) = 116+128+83=327 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.47% from 327); Green value is 128 (50.39% from 255 or 39.14% from 327); Blue value is 83 (32.81% from 255 or 25.38% from 327); Max value from RGB is 128 - color contains mainly: green. Hex color #748053 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748053 is #8B7FAC. Grayscale: #777777. Windows color (decimal): -9142189 or 5472372. OLE color: 5472372.

HSL color Cylindrical-coordinate representation of color #748053: hue angle of 76º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #748053 is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 116 128 83 -
CMYK 0.09 0 0.35 0.50
HSL 76º 0.21% 0.41% -
HSV(B) 76º 0.35% 0.5% -
XYZ 16.48 19.78 11.13 -
YUV 119.28 107.52 125.66 -
System Red Green Blue C M Y K H S L
Decimal 116 128 83 0.09 0 0.35 0.50 76 0.21 0.41
Hex 74 80 53 9 0 23 32 4C 15 29
Octal 164 200 123 11 0 43 62 114 25 51
Binary 1110100 10000000 1010011 1001 0 100011 110010 1001100 10101 101001

Color Harmonies of #748053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748053

Black with #748053

Text Example


Text Example

White with #748053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748053; }

 p { color: rgb(116,128,83); }

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

background-color css

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

 a { background-color: rgb(116,128,83); }

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

border-color css

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

 span { border-color: rgb(116,128,83); }

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