Html Css Color HEX #748453 Finch

📋 copy color: '#748453'

red 116 ◦ green 132 ◦ blue 83

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

Shades of Finch #748453

Tints of Finch #748453

RGB

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

 GREEN value IS 132 (51.95% from 255) = 39.88%

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

R = 35.05%
G = 39.88%
B = 25.08%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.37

 K value IS 0.48

RGB Variations

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

Color information

#748453 (or 0x748453) is known color: Finch. HEX triplet: 74, 84 and 53. RGB value is (116,132,83). Sum of RGB (Red+Green+Blue) = 116+132+83=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 132 (51.95% from 255 or 39.88% from 331); Blue value is 83 (32.81% from 255 or 25.08% from 331); Max value from RGB is 132 - color contains mainly: green. Hex color #748453 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748453 is #8B7BAC. Grayscale: #797979. Windows color (decimal): -9141165 or 5473396. OLE color: 5473396.

HSL color Cylindrical-coordinate representation of color #748453: hue angle of 79.59º degrees, saturation: 0.23, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #748453 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB 116 132 83 -
CMYK 0.12 0 0.37 0.48
HSL 79.59º 0.23% 0.42% -
HSV(B) 79.59º 0.37% 0.52% -
XYZ 17.02 20.84 11.31 -
YUV 121.63 106.2 123.98 -
System Red Green Blue C M Y K H S L
Decimal 116 132 83 0.12 0 0.37 0.48 79.59 0.23 0.42
Hex 74 84 53 C 0 25 30 50 17 2A
Octal 164 204 123 14 0 45 60 120 27 52
Binary 1110100 10000100 1010011 1100 0 100101 110000 1010000 10111 101010

Color Harmonies of #748453

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #748453

Black with #748453

Text Example


Text Example

White with #748453

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #748453; }

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

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

background-color css

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

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

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

border-color css

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

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

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